home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / multimedia / tuxpaint / tuxpaint-0.9.20-win32-installer.exe / {app} / docs / CHANGES.txt < prev    next >
Text File  |  2008-07-01  |  128KB  |  3,570 lines

  1. CHANGES.txt for Tux Paint
  2.  
  3. Tux Paint - A simple drawing program for children.
  4.  
  5. Copyright (c) 2002-2008 by Bill Kendrick and others
  6. bill@newbreedsoftware.com
  7. http://www.tuxpaint.org/
  8.  
  9. $Id: CHANGES.txt,v 1.563 2008/06/27 19:50:23 wkendrick Exp $
  10.  
  11.  
  12. 2008.June.26 (0.9.20)
  13.   * New translations:
  14.     -----------------
  15.     * Asturian
  16.       Xandru Armesto <alarmes@wanadoo.es>
  17.       Mikel Gonzßlez <mikelisimu@yahoo.es>
  18.  
  19.   * Localization Updates:
  20.     ---------------------
  21.     * Afrikaans translation
  22.       Samuel Murray (Groenkloof) <samuel@translate.org.za>
  23.  
  24.     * German translation
  25.       Burkhard Lⁿck <lueck@hube-lueck.de>
  26.  
  27.     * Greek translation:
  28.       Yannis Papatzikos <papatzikos@yahoo.gr>
  29.  
  30.     * Khmer
  31.       Khoem Sokhem <khoemsokhem@khmeros.info>
  32.       Auk Piseth <piseth_dv@khmeros.info>
  33.  
  34.     * Lithuanian translation
  35.       Alesis Novik <alesisnov@gmail.com>
  36.  
  37.     * Slovakian translation
  38.       Peter Tuhßrsky <tuharsky@misbb.sk>
  39.  
  40.     * Spanish translation
  41.       Gabriel Gazzan <ggabriel@internet.com.uy>
  42.  
  43.     * Swedish
  44.       Robin Rosenberg <robin.rosenberg@dewire.com>
  45.  
  46.     * Ukranian translation
  47.       Serhij Dubyk <serhijdubyk@gmail.com>
  48.  
  49.     * Ukranian documentation
  50.       - EXTENDING.txt
  51.       - FAQ.txt
  52.       - INSTALL.txt
  53.       - OPTIONS.txt
  54.       - PNG.txt
  55.       - README.txt
  56.       Serhij Dubyk <serhijdubyk@gmail.com>
  57.  
  58.     * Vietnamese font removed, until a suitable replacement is found
  59.       (licensing issue)
  60.  
  61.     * Using proper case in PO filenames (e.g., zh_TW.po instead of zh_tw.po)
  62.       to solve MO installation problem caused by Makefile simplification.
  63.  
  64.   * Build System Improvements
  65.     -------------------------
  66.     * RPM spec updates:
  67.       + Plugin .so files were missing.
  68.       + Separated devel packages in RPM spec.
  69.       + Added dependency on SDL_Pango.
  70.       TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
  71.  
  72.     * Placing Tux Paint launcher icon ("tuxpaint.desktop") in
  73.       'applications', rather than 'gnome/apps/Graphics', per Freedesktop.org
  74.       standards.
  75.       (SourceForge Bug #1932808, via Ubuntu)
  76.  
  77.     * Added "Categories" back to the 'tuxpaint.desktop' file
  78.       ("Education," and "Art").  NOTE: You need to edit 'tuxpaint.desktop.in',
  79.       otherwise changes will be overwritten the next time 'tuxpaint.desktop'
  80.       is generated!
  81.       (SourceForge Bug #1932808, via Ubuntu)
  82.  
  83.     * Numerous Makefile improvements:
  84.       + Automated i18n creation; merged back to Makefile, removed Makefile-i18n
  85.       + Support for generic targets; removed beos- & most win32-related targets;
  86.         use of "ARCH_" variables
  87.       + Automated Magic plugin creation; merged back to Makefile,
  88.         removed magic/Makefile
  89.       + Other misc. updates and efficiency improvements
  90.       + Automatic testing for SVG, SDL_Pango, SDL_Mixer and libpng vs libpng12
  91.         libraries; 'oldsvg' and 'nosvg' targets removed; new means for building
  92.     without sound, etc.
  93.       Albert Cahalan <albert@users.sf.net>
  94.  
  95.     * Made sure Makefile works with NetBSD again.
  96.       Thomas Klausner <tk@giga.or.at>
  97.  
  98.     * Makefile edited so that Tux Paint can be installed in the absence
  99.       of gettext in the system.
  100.       Arunodai Vudem <arunvudem@gmail.com>
  101.       Mark K. Kim <mkkim214@gmail.com>
  102.  
  103.     * Making Magic Tool source throw fewer compiler warnings.
  104.  
  105.     * Removed "_APPLE_10_2_8_"-related #include work-arounds, since 10.2.8
  106.       support is unlikely right now. (With Martin F's blessings)
  107.  
  108.     * Removed "OLD_UPPERCASE_CODE"-based work-arounds, since no longer
  109.       necessary. (With Luc S's blessings on BeOS.)
  110.  
  111.   * Documentation Improvements:
  112.     ---------------------------
  113.     * Mentioned that canvas size can be changed in README (so it's not
  114.       just hidden in OPTIONS).
  115.  
  116.     * Starters section of EXTENDING documentation updated ("New" vs "Open",
  117.       other clean-up, and now directs people to README for determining
  118.       image sizes.)
  119.  
  120.     * Moved "Starters" from the 'Open' section to 'New', in README.
  121.  
  122.     * Other minor README improvements.  Added Table of Contents to README.
  123.  
  124.   * Bug Fixes
  125.     ---------
  126.     * Legacy Tux Paint images (prior to Tux Paint supporting different
  127.       colored backgrounds) would end up with arbitrary Eraser colors.
  128.       Forcing it to always use white, which was the only background color
  129.       in early versions of Tux Paint.
  130.  
  131.     * Brushes with large spacing wouldn't be spaced properly when drawn
  132.       from bottom-to-top using the line tool.  Fixed.
  133.       Pere Pujal i Carabantes <pere@fornol.no-ip.org>
  134.  
  135.     * Fixed bug when zooming stamps in video depth other than 32bpp.
  136.       (Float to int casting; also removes compiler errors.)
  137.  
  138.     * getpixel/putpixel function passed to Magic tools now pays attention
  139.       to the incoming surface, rather than always using the canvas surface,
  140.       to determine bitdepth.  (Fixes bug where some Magic tools, e.g., Grass,
  141.       didn't work right on video depths other than 32bpp.)
  142.  
  143.     * "Ojibwe" is the proper spelling of the language, accepting that as
  144.       a "--lang" option, too.
  145.  
  146.     * The variables not declared as extern in SDL_Pango.h have been 
  147.       renamed in dirwalk.c and fonts.c. SDL_Pango.h no longer needs to be
  148.       shipped along with tuxpaint code. Inclusion error message has been added
  149.       for missing libpaper.
  150.       Arunodai Vudem <arunvudem@gmail.com>
  151.       Mark K. Kim <mkkim214@gmail.com>
  152.  
  153.     * "Uppercase only" option support for builds that use Pango to render text.
  154.       (Note: Needs help in some/many? locales.)
  155.  
  156.     * Fixed issues where some strings not appearing under 'nopango'
  157.       (at least on older Fedora CORE and RedHat).
  158.       TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
  159.  
  160. * New Starters:
  161.     -------------
  162.     * Spirograph
  163.     * Jigsaw
  164.       Caroline Ford <caroline.ford.work@googlemail.com>
  165.  
  166.  
  167. 2008.February.25 (0.9.19)
  168.   * New Localizations:
  169.     ------------------
  170.     * Australian English
  171.       Chris Goerner, Canonical Ltd, and Rosetta Contributors
  172.       via Caroline Ford <caroline.ford.work@googlemail.com>
  173.  
  174.     * Azerbaijani
  175.       Jamil Farzana <jamil.farzana@gmail.com>
  176.  
  177.     * Canadian English
  178.       Matthew Lange, Canonical Ltd, and Rosetta Contributors
  179.       via Caroline Ford <caroline.ford.work@googlemail.com>
  180.  
  181.     * Khmer
  182.       Khoem Sokhem <khoemsokhem@khmeros.info>
  183.  
  184.     * Macedonian
  185.       Kliment Simoncev and fleka, Canonical Ltd, and Rosetta Contributors
  186.       via Caroline Ford <caroline.ford.work@googlemail.com>
  187.  
  188.     * Occitan
  189.       Yannig MARCHEGAY (Kokoyaya), Canonical Ltd, and Rosetta Contributors
  190.       via Caroline Ford <caroline.ford.work@googlemail.com>
  191.  
  192.     * Zapoteco
  193.       Rodrigo Perez Ramirez and Indigenas Sin Fronteras <isf_mx@yahoo.com>
  194.  
  195.   * Localization Updates:
  196.     ---------------------
  197.     * British English translation
  198.       Caroline Ford <caroline.ford.work@googlemail.com>
  199.  
  200.     * Chinese (Simplified) README and FAQ documentation
  201.       HackerGene <hackergene@gmail.com>
  202.       http://tuxpaint.cn/
  203.  
  204.     * Danish translation
  205.       Joe Hansen <joedalton2@yahoo.dk>
  206.       Gruppen for Lokalisering af Frit Programmel til Dansk
  207.       <http://dansk-gruppen.dk>
  208.  
  209.     * Esperanto translation
  210.       Edmund GRIMLEY EVANS <edmundo@rano.org>
  211.  
  212.     * Faroese translation
  213.       Lis G°the φ Jßkupsstovu <morshus@gmail.com>
  214.  
  215.     * Finnish translation
  216.       Jorma Karvonen <karvjorm@users.sf.net>
  217.  
  218.     * French translation
  219.       Jacques Chion <Jacques.Chion@wanadoo.fr>
  220.  
  221.     * Gujarati translation
  222.       Kartik Mistry <kartik.mistry@gmail.com>
  223.  
  224.     * Russian translation
  225.       Sergei Popov <skein@rambler.ru>
  226.  
  227.     * Attempted to add a vertical nudge value for tool button labels, based
  228.       on locale.  (Specifically, to prevent Khmer text from overlapping icons.)
  229.       Locale-related code needs some bugfixing before this works right, though.
  230.  
  231.   * System-Related Improvements:
  232.     ----------------------------
  233.     * Added "--allowscreensaver" option, which prevents Tux Paint from disabling
  234.       the screensaver or monitor power management while running.
  235.       (Requires SDL 1.2.12; can also be done by setting the
  236.       SDL_VIDEO_ALLOW_SCREENSAVER environment variable to '1' before running
  237.       Tux Paint.)
  238.  
  239.     * Removed unfinished, unused record and playback code.
  240.  
  241.     * Added authorization code to permit Fontconfig files to be installed
  242.       on first launch from a non-admin account on Mac OS X.
  243.       Martin Fuhrer <mfuhrer@users.sourceforge.net>
  244.  
  245.     * Fixed possible lockups in fullscreen mode when attempting to print on
  246.       Mac OS X.
  247.       Martin Fuhrer <mfuhrer@users.sourceforge.net>
  248.  
  249.     * Skipping "AppleMyungjo.ttf" when loading fonts on Mac OS X to avoid
  250.       TTF lib. crash.
  251.       Martin Fuhrer <mfuhrer@users.sourceforge.net>
  252.  
  253.   * Documentation Improvements:
  254.     ---------------------------
  255.     * Brought documentation on Tux Paint canvas size up-to-date, for
  256.       importing photos/etc.
  257.  
  258.   * Build System Improvements
  259.     -------------------------
  260.     * Brought BeOS building up-to-date.
  261.       Begasus <Begasus@skynet.be>
  262.  
  263.     * Sugar (One Laptop per Child XO-1) improvements.
  264.       Albert Cahalan <albert@users.sf.net>
  265.  
  266.     * Magic plug-ins built with "-fpic" by default.
  267.  
  268.     * Mac OS X XCode project brought up to date.
  269.       Martin Fuhrer <mfuhrer@users.sourceforge.net>
  270.       With assistance from:
  271.       Carlo Gandolfi <www.freesmug.org>
  272.       Douglas Barbieri <doug@dooglio.net>
  273.  
  274.   * Other improvements:
  275.     -------------------
  276.     * Recreated "Tux Paint" title art using Inkscape (traced original bitmap).
  277.  
  278.     * Larger "Tux Paint" title art displayed on larger screens.
  279.  
  280.  
  281.   * Bug Fixes
  282.     ---------
  283.     * Added authorization code to permit Fontconfig files
  284.       to be installed on first launch from a non-admin account on Mac OS X.
  285.       Martin Fuhrer <mfuhrer@users.sourceforge.net>
  286.  
  287.     * Fixed possible lockups in fullscreen mode when attempting to print
  288.       on Mac OS X.
  289.       Martin Fuhrer <mfuhrer@users.sourceforge.net>
  290.  
  291.     * Corrected bug where Shift and Kaleidoscope magic tools would crash
  292.       when sound was disabled.
  293.  
  294.     * Corrected issues that prevented building Tux Paint without sound
  295.       support (extraneous SDL_mixer library calls).
  296.  
  297.     * Preventing crash when starter images could not be loaded
  298.       (when trying to flip or mirror them).
  299.       John Popplewell <john@johnnypops.demon.co.uk>
  300.  
  301.     * Fixed bug on Windows that caused image's metadata file to become corrupt
  302.       after 40 flips or mirrors, which in turn caused a crash on startup.
  303.       John Popplewell <john@johnnypops.demon.co.uk>
  304.  
  305.     * Fixed bug that prevented rendering of some locales on Mac OS X
  306.       (e.g. Arabic)
  307.       Martin Fuhrer <mfuhrer@users.sourceforge.net>
  308.  
  309.  
  310. 2007.November.17 (0.9.18)
  311.   * Interface Improvements:
  312.     -----------------------
  313.     * Improved 'New' and 'Open' interface:
  314.       + 'Open' dialog no longer includes 'Starter' images
  315.       + 'New' now brings up a selection dialog showing 'Starter' images
  316.         and color choices
  317.       + New images can be given solid background colors
  318.         (which the 'Eraser' tool erases to)
  319.  
  320.     * Sped up prompt animations, and made them 'fly' from their sources
  321.       (e.g., quit confirmation flies from Quit button), when possible.
  322.  
  323.     * Center image of directional brushes shown.
  324.       (SourceForge.net Bug #1658697)
  325.  
  326.     * Windows shows printer configuration dialog even when in fullscreen mode.
  327.       If no 'print.cfg' file is found, the dialog is shown.
  328.       Clicking "Cancel" in the printer config. dialog cancels Tux Paint's
  329.       print attempt.
  330.       John Popplewell <john@johnnypops.demon.co.uk>
  331.  
  332.   * Tool Improvements:
  333.     ------------------
  334.     * Added a 'color picker' entry to the color palette; allows choosing
  335.       from over 50,000 colors.  Used by drawing and Magic tools, as well
  336.       as the new 'New' dialog.
  337.  
  338.     * Added an Octagon shape to the 'Shapes' tool.
  339.  
  340.     * Stamps can now be pre-flipped and/or pre-mirrored-and-flipped now
  341.       (in addition to pre-mirrored).
  342.       Use "_flip.png"/"_flip.svg" and "_mirror_flip.png"/"_mirror_flip.png",
  343.       respectively.
  344.  
  345.     * Any current text being written in the Text tool is applied to the
  346.       picture if 'Print' is clicked.
  347.       (Useful if kids are told to add their name to a picture when they're
  348.       done, right before printing, but they forget to hit [Enter].)
  349.  
  350.     * All stamps can be forced to start at a particular size
  351.       (on a scale of 0-10, corresponding to their minimum and maximum size,
  352.       which depends on the size of the stamp, and the size of the canvas).
  353.       Use the "--stampsize=..." command-line option or "stampsize=..." config.
  354.       file setting.  Use "default" to allow Tux Paint to decide (its standard
  355.       behavior).
  356.  
  357.   * Documentation Improvements:
  358.     ---------------------------
  359.     * Improved --usage output.
  360.  
  361.     * Added support for "--papersize help" to list papersizes available
  362.       via libpaper.
  363.  
  364.   * System-Related Improvements:
  365.     ----------------------------
  366.     * Added an API for developing Magic tools as plug-ins.
  367.       ('.so' shared objects under Linux, '.dll' libraries under Windows, etc.)
  368.       Plugins must provide a number of functions that Tux Paint calls,
  369.       and Tux Paint provides a structure ("magic_api") that includes info.
  370.       (e.g., the running Tux Paint's version number) and pointers to
  371.       useful functions (e.g., getpixel(), putpixel(), etc.)
  372.  
  373.     * Magic plugin development can be done outside of Tux Paint base
  374.       source-code by using new "tp-magic-config" shell script to query
  375.       for C compiler flags (which points to where "tp_magic_api.h" header
  376.       file is installed) and directories Tux Paint uses (where plugin '.so'
  377.       files should be stored, and where Tux Paint's global data files and
  378.       documentation go).
  379.  
  380.     * Magic plugin development docs created.  On Linux/Unix, installed into
  381.       /usr/[local/]share/docs/tuxpaint-dev/ by default.  (HTML and plaintext.)
  382.  
  383.     * tp-magic-config man page created.
  384.  
  385.     * Ported existing magic tools to the new Magic tool plug-in system:
  386.       (Blur, Fill, Lighten, Darken, Mirror, Flip, Rainbow, Blocks, Chalk,
  387.       Grass, Negative, Tint, Smudge, Drip, Cartoon, Brick (large & small))
  388.  
  389.     * Some Magic tools that apply an affect once per click-and-drag no
  390.       longer recalculate the effect on pixels that have already been
  391.       affected (until mouse button is released and clicked again).
  392.       Improves performance, especially where heavy math is used.
  393.  
  394.     * Magic tool documentation now split into separate files, and referenced
  395.       (as a directory) from README, so that users can find docs to any
  396.       additional tools (ones not included by default with Tux Paint) that are
  397.       installed.
  398.  
  399.     * Began adding support for using SDL_Pango, a wrapper to Pango,
  400.       a library for layout and rendering of text, with an emphasis on
  401.       internationalization.  (The hope is to improve support for languages
  402.       that SDL_ttf doesn't support well; e.g., Arabic and Telegu.)
  403.  
  404.       TTF_Font structs and some functions were replaced by a new
  405.       TuxPaint_Font struct and function, which wraps around either TTF_Font
  406.       or both a TTF_Font and a SDLPango_Context, depending on whether
  407.       SDL_Pango is being used, and how the font was loaded.
  408.  
  409.       Can be disabled (will use older SDL_ttf-based code only) by building with
  410.       "make nopango".  Note: A modified SDL_Pango.h header file is included
  411.       with Tux Paint, to work around a compile issue with SDL_Pango 0.1.2's.
  412.  
  413.     * Print configuration is now saved between Tux Paint sessions on Mac OS X.
  414.       Martin Fuhrer <mfuhrer@users.sourceforge.net>
  415.  
  416.     * Saved-files directory and data directory (brushes, starters, etc.) can
  417.       now be different.  Use "--datadir" option to override default data
  418.       directory, similar to "--savedir" has been for overriding save directory.
  419.  
  420.     * Windows installation (Innosetup .iss file) more silent, to help it
  421.       work with WPKG software deployment tool.  [SourceForge Bug #1787000]
  422.  
  423.     * Lockfile can be disabled via options file ("nolockfile=yes") now, too.
  424.  
  425.   * New Brushes
  426.     -----------
  427.     * Sparkles (based on old Magic Tool)
  428.  
  429.   * New Starters:
  430.     -------------
  431.     * Canada map
  432.       Ed Monty <edmonty@gmail.com>
  433.  
  434.     * Japan map
  435.       Ed Monty <edmonty@gmail.com>
  436.  
  437.   * New Magic tools:
  438.     ----------------
  439.     * Calligraphy
  440.     * Distortion
  441.     * Emboss
  442.     * Flower
  443.     * Foam
  444.     * Glass Tile
  445.     * Kaleidoscope
  446.     * Light
  447.     * Metal Paint
  448.     * Ripples
  449.     * Shift
  450.     * Waves
  451.    
  452.     (Flower and Calligraphy utilize Bezier curve example code from
  453.     Wikipedia.org)
  454.     (Glass Tile, Emboss, Flower, Light and Ripples sounds based on sounds
  455.     from KDE 3.5.7; http://www.kde.org/ )
  456.     (Metal Paint sound based on sound from Engima;
  457.     http://www.nongnu.org/enigma/ )
  458.     (Waves sound based on sound from Super Tux;
  459.     http://supertux.berlios.de/ )
  460.     (Kaleidoscope sound based on water in a bathtub, by
  461.     Caroline Ford <caroline.ford.work@googlemail.com>, GFDL)
  462.     (Shift sound based on London Underground train, by
  463.     Caroline Ford <caroline.ford.work@googlemail.com>, GFDL)
  464.  
  465.   * New Localizations:
  466.     ------------------
  467.     * Esperanto translation
  468.       Edmund GRIMLEY EVANS <edmundo@rano.org>
  469.  
  470.     * Traditional Chinese input method
  471.       Song Huang <songhuang@users.sourceforge.net>
  472.  
  473.     * Ojibway translation
  474.       Ed Montgomery <edm@rocketmail.com>
  475.  
  476.     * Thai input method
  477.       Ed Montgomery <edm@rocketmail.com>
  478.  
  479.     * Wolof translation
  480.       Haby Diallo <haby42@yahoo.fr>
  481.  
  482.   * Localization Updates:
  483.     ---------------------
  484.     * Afrikaans translation
  485.       Petri Jooste <petri.jooste@nwu.ac.za>
  486.  
  487.     * Brazilian Portuguese
  488.       Frederico Goncalves Guimaraes <frederico@teia.bio.br>
  489.  
  490.     * British English translation
  491.       Caroline Ford <caroline.ford.work@googlemail.com>
  492.       Karl Ove Hufthammer <huftis@users.sourceforge.net>
  493.  
  494.     * Catalan translation
  495.       Pere Pujal i Carabantes <pere@fornol.no-ip.org>
  496.  
  497.     * Chinese (Simplified) README documentation
  498.       HackerGene <hackergene@gmail.com>
  499.       http://tuxpaint.cn/
  500.  
  501.     * Chinese (Traditional) README documentation
  502.       Song Huang <songhuang@users.sourceforge.net>
  503.  
  504.     * Chinese (Traditional) OPTIONS documentation
  505.       Song Huang <songhuang@users.sourceforge.net>
  506.  
  507.     * Dutch translation
  508.       Freek de Kruijf <f.de.kruijf@hetnet.nl>
  509.  
  510.     * French translation
  511.       Jacques Chion <Jacques.Chion@wanadoo.fr>
  512.  
  513.     * German translation
  514.       Burkhard Lⁿck <lueck@hube-lueck.de>
  515.  
  516.     * Gujarati translation
  517.       Kartik Mistry <kartik.mistry@gmail.com>
  518.  
  519.     * Hungarian
  520.       Gabor Kelemen <kelemeng@gnome.hu>
  521.  
  522.     * Italian translation
  523.       Flavio "Iron Bishop" Pastore <ironbishop@fsfe.org>
  524.  
  525.     * Japanese translation
  526.       TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
  527.  
  528.     * Mexican Spanish translation
  529.       Ignacio Tike <itike0100@gmail.com>
  530.  
  531.     * Norwegian Nynorsk translation
  532.       Karl Ove Hufthammer <huftis@users.sourceforge.net>
  533.  
  534.     * Norwegian Bokmσl translation
  535.       Karl Ove Hufthammer <huftis@users.sourceforge.net>
  536.  
  537.     * Polish translation
  538.       Andrzej M. Krzysztofowicz <ankry@mif.pg.gda.pl>
  539.  
  540.     * Russian EXTENDING, INSTALL, PNG and FAQ documentation
  541.       Sergei Popov <skein@rambler.ru>
  542.  
  543.     * South African English translation
  544.       Caroline Ford <caroline.ford.work@googlemail.com>
  545.  
  546.     * Slovenian translation
  547.       Matej Urban <matej.urban@gmail.com>
  548.  
  549.     * Spanish translation
  550.       Gabriel Gazzan <ggabriel@internet.com.uy>
  551.  
  552.     * Swedish
  553.       Robin Rosenberg <robin.rosenberg@dewire.com>
  554.  
  555.     * Vietnamese translation
  556.       Clytie Siddall <clytie@riverland.net.au>
  557.  
  558.     * Walloon translation
  559.       Pablo Saratxaga <pablo@walon.org>
  560.  
  561.     * Improved comments near gettext() calls in the source code, to provide
  562.       useful descriptions of each string in the POT (translation template).
  563.  
  564.   * Build System Improvements
  565.     -------------------------
  566.     * Removed old Microsoft Visual Studio C++ files (in 'visualc')
  567.  
  568.     * Created a new "win32" folder with things from 'visualc' that are still
  569.       being used ('libdocs', 'resource.h', 'resources.rc' and 'tuxpaint.iss')
  570.  
  571.     * Windows build updates for building Tux Paint with Pango-support.
  572.       John Popplewell <john@johnnypops.demon.co.uk>
  573.  
  574.     * Created a separate "win9x" target (for Windows95, Windows98 & WindowsME)
  575.       which will have reduced functionality compared to more modern Windowses.
  576.       John Popplewell <john@johnnypops.demon.co.uk>
  577.  
  578.   * Bug Fixes
  579.     ---------
  580.     * PostScript scale and translation values were being localized
  581.       (so, e.g., "N.M" would be "N,M") due to use of printf().  Fixed.
  582.  
  583.     * Windows printing now attempts to use default printer if
  584.       a "print.cfg" file does not exist.  (Fixes bug where Tux Paint would
  585.       not print until after you've issued an [Alt]+'Print' at least once.
  586.       SourceForge Bug #1748705.)
  587.  
  588.     * Fixed the scaling problem when printing on Windows.
  589.       The image is scaled to fit whilst preserving the aspect ratio.
  590.       It is centered horizontally and vertically aligned at the top of the page.
  591.         (On Win9x/ME I'm getting a slight problem with the left and right
  592.         margins when printing to our samba/cups shared printer which is making
  593.         the Epson Stylus Color 860 emulate a post-script printer (I think).
  594.         If I print to a file and use the HP LaserJet 6P/6MP PostScript driver
  595.         it looks OK. I'm hoping it is a driver problem on my system.)
  596.       John Popplewell <john@johnnypops.demon.co.uk>
  597.  
  598.     * Prevented crash when clicking 'Open' or 'Erase' button in Open dialog
  599.       after clicking an empty file slot.
  600.       (SourceForge Bug #1787005)
  601.       Thanks to Tomasz Gloc for reporting and investigating this one.
  602.  
  603.     * Fixed installer 'groupname' bug and missing icon on 'Tux Paint on
  604.       the web' shortcut (on Windows XP).
  605.       John Popplewell <john@johnnypops.demon.co.uk>
  606.  
  607.  
  608. 2007.July.1 (0.9.17)
  609.  
  610.   * Interface Improvements:
  611.     -----------------------
  612.     * Mouse cursor can be hidden (e.g., using "--hidecursor"), useful on
  613.       touchscreen devices like tablet PCs or the Nokia Mameo devices.
  614.       (Addresses SourceForge RFE #1673344)
  615.  
  616.     * Added an "autosave" option that assumes you wish to save the current
  617.       picture during Quit.  (Additionally, after saving during Quit or Open,
  618.       it no longer shows 'success' pop-up that must be dismissed.)
  619.       (Addresses SourceForge RFE #1680500)
  620.  
  621.     * Screen size can be rotated using the "--orient=portrait" command-line
  622.       option or "orient=portait" configuration file setting.  This swaps
  623.       the width and height values used for window or screen size.
  624.       (e.g., "tuxpaint --fullscreen --1024x786 --orient=portrait" will
  625.       run Tux Paint in 768x1024 mode.)  Useful for tablet PCs.
  626.       Note: override previously-set option with "--orient=landscape" or
  627.       "orient=landscape".
  628.  
  629.     * Stamp sound effects and stamp descriptive sounds can be re-played
  630.       using small buttons that appear over Tux, at the lower lefthand corner.
  631.       (They disappear/reappear when sound is muted/unmuted via [Alt]+[S].)
  632.  
  633.     * "Open" dialog lists saved drawings first, then local starter images,
  634.       then system-wide starter images, rather than the other way around.
  635.       (Since there are now so many more starters.)
  636.  
  637.     * All compile-time options now listed in version output, using a new
  638.       "--verbose-version" (or "-vv") command-line argument.
  639.  
  640.  
  641.   * Tool Improvements:
  642.     ------------------
  643.     * Input Method Framework, with implementations of Korean (Hangul 2-Bul)
  644.       and Japanese (Romanized Hiragana and Romanized Katakana) input methods.
  645.       (Should be extensible to other languages.)
  646.       (Addresses SourceForge Bug #1070414)
  647.       Mark K. Kim <mkkim214@gmail.com>
  648.  
  649.     * Stamps now supports SVG vector-based graphics!
  650.       (Only SVG versions of stamps are loaded, when both PNG and SVG
  651.       variations are found.)
  652.  
  653.       * By default, uses librsvg-2 and libcairo2 (requires glib & much more).
  654.       * Use "make oldsvg" to build with libsvg and libcairo1 (older libs).
  655.       * Use "make nosvg" to completely disable SVG support.
  656.  
  657.     * Stamps now shown in groups.  Use previous & next buttons to
  658.       cycle through stamp categories.
  659.       (Addresses SourceForge Feature Request #1070394)
  660.  
  661.     * Bilinear interpolation (smoothing) is done to small bitmap (PNG)
  662.       stamps when they are scaled up.
  663.       (Based on example code by Christian Graus:
  664.       http://www.codeproject.com/cs/media/imageprocessing4.asp )
  665.  
  666.     * New Brushes:
  667.       Caroline Ford <caroline.ford.work@googlemail.com>
  668.       + Blob
  669.       + Chisle
  670.       + Cut-out square in diamond
  671.       + Cut-out star in circle
  672.       + Diamond
  673.       + Five-petal flower (large and small)
  674.       + Six-petal flower (large and small)
  675.       + Heart
  676.       + Hexagon
  677.       + Lozenge
  678.       + Oval
  679.       + Pentagon
  680.       + Sphere
  681.       + Spiral
  682.       + Splat
  683.       + Star
  684.       + Triangle (up and down)
  685.       + Arrows (directional)
  686.       + Triangles (directional)
  687.  
  688.     * New Starter Images:
  689.       + 10x10 grid
  690.       + 20x20 grid
  691.  
  692.       From Wikipedia, prepared for Tux Paint by:
  693.       Caroline Ford <caroline.ford.work@googlemail.com>
  694.       + World maps
  695.       + United States of America map
  696.       + Maps from Wikipedia
  697.  
  698.       + Caracassone, France
  699.         Pere Pujal i Carabantes <pere@fornol.no-ip.org>
  700.   
  701.  
  702.   * System-related improvements:
  703.     ----------------------------
  704.     * When running in fullscreen mode, you may now ask Tux Paint to display
  705.       at the screen's (more precisely, the operating system's) current
  706.       resolution.  Either use both "fullscreen=yes" and "native=yes" in the
  707.       config file, or "--fullscreen --native" on the command-line.
  708.  
  709.     * Split PostScript printing code (for Linux/Unix/etc.) into its own
  710.       source file.  (Mac OS X, Windows and BeOS all had their own.)
  711.  
  712.     * PostScript printing code rewritten, based on NetPBM's 'pnmtops' tool
  713.       by Jef Poskanzer.
  714.  
  715.     * PostScript printing now uses libprint to determine papersize, and
  716.       scale and position image accordingly.  (No longer depending on printer
  717.       to figure out its own paper size; not the recommended method.)
  718.       Thanks to Henry House <hajhouse@houseag.com>
  719.  
  720.     * "--papersize" option added to allow PostScript printing code to
  721.       use a different size than libpaper reports as the user's or system's
  722.       default.
  723.  
  724.   * Documentation Improvements:
  725.     ---------------------------
  726.     * Discussed SVG Stamps in "Extending Tux Paint."
  727.  
  728.     * Created an "SVG.txt" document, covering SVG software.
  729.       Caroline Ford <caroline.ford.work@googlemail.com>
  730.  
  731.     * Mentioned descriptive sounds (e.g., "stamp_desc_ll.ogg") in "Extending..."
  732.  
  733.     * Listing new www.tuxpaint.org website URL.
  734.  
  735.     * Expanded MinGW/MSYS GCC compilation instructions for building Win32.
  736.  
  737.     * Example tuxpaint.conf has been updated to include newer options.
  738.  
  739.     * Briefly documented translation (gettext PO catalogs) in "Extending..."
  740.  
  741.     * Briefly documented alternative input methods (IM character map files)
  742.       in "Extending..."
  743.  
  744.     * Cleaned up FAQ a little.  Added info on "Where are my pictures?"
  745.     
  746.   * Bug Fixes:
  747.     ----------
  748.     * Tux the Penguin sound effects were not working; fixed.
  749.  
  750.     * Text tool's text would be applied to canvas when clicking any tool
  751.       buttons.  Fixed so that it is not applied when tool changes aren't
  752.       happening (e.g., Print, Quit, Open, Save).
  753.  
  754.     * Text tool's text would disappear until you click or type,
  755.       after a dialog has been dismissed.  Fixed.
  756.       (Addresses SourceForge.net Bug #1698855)
  757.  
  758.     * No longer disabling screensaver (if the system's libSDL supports
  759.       it via "SDL_ALLOWSCREENSAVER" environment variable).
  760.  
  761.     * "use_print_config" option defaults to 'yes' on Windows, again.
  762.       John Popplewell <john@johnnypops.demon.co.uk>
  763.  
  764.     * Reordered font-loading to happen after locale switch occurs, to
  765.       pick up font-organizing string translations (e.g., "Aa", "qx", etc.).
  766.       Attempting to help address issue of Latin-only fonts being available
  767.       in non-Latin locales -- seemed to help with Norwegian.
  768.  
  769.     * Fixed inability to type into Mac OS X print dialog.
  770.       Martin Fuhrer <mfuhrer@users.sourceforge.net>
  771.  
  772.     * Fixed Mac OS X endian issue that caused Intel-based Macs to print
  773.       with the wrong colors.
  774.       Martin Fuhrer <mfuhrer@users.sourceforge.net>
  775.  
  776.     * Added automatic scaling and orientation of images when printing on
  777.       Mac OS X.
  778.       Martin Fuhrer <mfuhrer@users.sourceforge.net>
  779.  
  780.     * Added "New", "Open", "Save", "Print", "Page Setup", "Undo" and "Redo"
  781.       items to Tux Paint menu on Mac OS X.
  782.       Martin Fuhrer <mfuhrer@users.sourceforge.net>
  783.  
  784.     * Using standard Mac OS X arrow cursor, rather than custom Tux Paint
  785.       cursor (for UI consistency on OS X).
  786.       Martin Fuhrer <mfuhrer@users.sourceforge.net>
  787.  
  788.   * Compiling, porting and packaging updates:
  789.     -----------------------------------------
  790.     * Tweaks to allow it to run on the One Laptop Per Child (OLPC) "XO".
  791.       Albert Cahalan <albert@users.sf.net>
  792.  
  793.     * Updates for improved Nokia 770 and N800 (Maemo) Internet tablet support
  794.       (added icon to task manager when Home button is pressed,
  795.       hid on-screen mouse cursor, disabled Print and Text tools)
  796.       Alessandro Pasotti <apasotti@gmail.com>
  797.  
  798.     * Added more Nokia Maemo-specific files to the "hildon" folder
  799.       (DEBIAN package files, updated .desktop and Tux Paint configuration
  800.       files, D-BUS service file), to make packaging a Tux Paint .deb for
  801.       Nokia 770 and N800 devices easier.  (Note: Makefile needs updating
  802.       and/or a compile-and-package script needs to be created.)
  803.       Alessandro Pasotti <apasotti@gmail.com>
  804.  
  805.     * Lockfile (that prevents multiple launches) is now stored
  806.       in the user's local temporary directory on Windows
  807.       (usually 'C:\Documents and Settings\{username}\Local Settings\Temp').
  808.       This allows multiple users on different desktops to use a shared
  809.       save directory on a network drive, without having to disable the
  810.       lockfile feature, or wait for the lockfile to expire.
  811.       (Addresses SourceForge Feature Request #1681125)
  812.       John Popplewell <john@johnnypops.demon.co.uk>
  813.  
  814.     * Localization build, install and uninstall targets moved into
  815.       a separate "Makefile-i18n", to reduce clutter in main Makefile.
  816.  
  817.   * New Translations:
  818.     -----------------
  819.     * Latvian
  820.       Raivis Strogonovs <raivucis@gmail.com>
  821.  
  822.     * Telugu -- includes "te.ttf" font
  823.       Pavithran Shakamuri <pavithran.s@gmail.com>
  824.  
  825.     * Twi
  826.       Joana Portia Antwi-Danso <portnass2003@yahoo.com>
  827.       Samuel Sarpong <srnsam@yahoo.com>
  828.  
  829.   * Translation Updates:
  830.     --------------------
  831.     * Arabic
  832.       Khaled Hosny <khaledhosny@eglug.org>
  833.  
  834.     * Basque
  835.       Juan Irigoien <juanirigoien@gmail.com>
  836.  
  837.     * Brazilian Portuguese
  838.       Adorilson Bezerra de Araujo <adorilson@gmail.com>
  839.     
  840.     * British English
  841.       Caroline Ford <caroline.ford.work@googlemail.com>
  842.  
  843.     * Bulgarian
  844.       Yavor Doganov <yavor@doganov.org>
  845.  
  846.     * Chinese (Traditional)
  847.       Wei-Lun Chao <chaoweilun@gmail.com>
  848.  
  849.     * Czech
  850.       tropikhajma <tropikhajma@seznam.cz>
  851.       Vaclav Cermak <vaclav.cermak@gmail.com>
  852.  
  853.     * Danish
  854.       Mikkel Kirkgaard Nielsen <translation@mikini.dk>
  855.  
  856.     * Dutch
  857.       Freek de Kruijf <f.de.kruijf@hetnet.nl>
  858.  
  859.     * Faroese
  860.       Lis G°the φ Jßkupsstovu <morshus@gmail.com>
  861.  
  862.     * Gujarati
  863.       Kartik Mistry <kartik.mistry@gmail.com>
  864.  
  865.     * Irish Gaelic
  866.       Kevin Patrick Scannell <kscanne@gmail.com>
  867.     
  868.     * Japanese
  869.       TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
  870.  
  871.     * Lithuanian
  872.       Gintaras Gostautas <gintaras@nes.lt>
  873.  
  874.     * Portuguese
  875.       Helder Correia <helder.pereira.correia@gmail.com>
  876.  
  877.     * Polish
  878.       Andrzej M. Krzysztofowicz <ankry@mif.pg.gda.pl>
  879.       Michal Terbert <michaeel@skrzynka.pl>
  880.  
  881.     * Russian
  882.       Sergei Popov <skein@rambler.ru>
  883.  
  884.     * Russian README & OPTIONS documentation
  885.       Sergei Popov <skein@rambler.ru>
  886.  
  887.     * Spanish
  888.       Gabriel Gazzan <ggabriel@internet.com.uy>
  889.  
  890.     * Swedish
  891.       Daniel Nylander <po@danielnylander.se>
  892.  
  893.     * Thai
  894.       Ouychai Chaita <ae.freeman@gmail.com>
  895.  
  896.     * Vietnamese
  897.       Clytie Siddall <clytie@riverland.net.au>
  898.  
  899.  
  900. 2006.October.19 (0.9.16)
  901.  
  902.   * Interface improvements:
  903.     -----------------------
  904.     * New slideshow tool! ("Slides", available in "Open" dialog.)
  905.       Select each image to play, in the order you want them, and use the
  906.       sliding scale to adjust speed, then click "Play" to begin the show.
  907.  
  908.       + The "Next" button and [Space], [Enter] and [Right Arrow] keys
  909.         advance to the next slide manually.  (Clicking anywhere in the image
  910.         advances, as well.)
  911.       + The [Left Arrow] key goes to the previous slide.
  912.       + The "Back" button and [Escape] ends playback.
  913.  
  914.       Note: Use slowest (leftmost) speed setting to disable automatic
  915.       slide advancement.
  916.  
  917.     * Modified "Text" tool so that it correctly handles the 16-bit unicode
  918.       characters that SDL sends.
  919.       (The text buffer is held internally as an array of wchar_t, and
  920.       makes uses of various wide-character functions.  It is converted
  921.       back into 16-bit unicode characters to satisfy SDL_ttf.  Tested on
  922.       Windows and Linux.)
  923.       John Popplewell <john@johnnypops.demon.co.uk>
  924.  
  925.     * tuxpaint-import shell script now examines Tux Paint's configuration
  926.       file (first in /usr/local/etc/tuxpaint, then /etc/tuxpaint, then $HOME)
  927.       for the window size settings and saved-file directory options
  928.       (rather than assuming a 640x480 screen and images saved in
  929.       $HOME/.tuxpaint/saved/).
  930.  
  931.       Discovered (or assumed) window size and directory settings are shown
  932.       when tuxpaint-import is first run (even with no arguments).
  933.  
  934.     * "startblank" option added, to cause Tux Paint to always start with
  935.       a blank canvas (rather than loading the most-recently-edited image).
  936.  
  937.     * In windowed mode, Tux Paint tries to open its window in the center
  938.       of the screen (if supported by the OS or window manager).
  939.  
  940.     * Improved some dialog text, including labels for "Yes/No" buttons.
  941.       (Thanks to Vashti for suggestions.)
  942.  
  943.     * Sound effects take advantage of stereo.  (e.g., paint brush sounds come
  944.       more from the left speaker when painting on the left.)
  945.  
  946.     * Stamp sound effects may be in either OGG or WAV format.
  947.  
  948.     * Stamps may now include a second sound effect, used as a spoken
  949.       description.
  950.       (stampname_desc.ogg or .wav and localized stampname_desc_ll.ogg or .wav)
  951.  
  952.     * The color palette may now be overridden by creating a text file
  953.       containing color descriptions, and using the "colorfile" option.
  954.  
  955.     * Default colors are duplicated, as an example, in docs/default_colors.txt.
  956.  
  957.   * Tool improvements:
  958.     ------------------------
  959.     * Magic Sparkles can now be different colors.
  960.  
  961.     * Magic Negative, Fade, Darken, Tint and Cartoon all now apply with a
  962.       circular shape, rather than a square.
  963.  
  964.     * Magic Grass has a sound effect.
  965.     
  966.     * Round erasers added.
  967.  
  968.     * Brushes may be animated.  (Implements RFE #1522694)
  969.       (Create an image (W*N) x H in size (where N is number of frames),
  970.       then create a ".dat" file for the brush, containing the line "frames=N".
  971.  
  972.     * Animated brushes can be randomized.  Use "random" in its ".dat" file.
  973.  
  974.     * Brushes can include directional variations.  (Implements RFE #1522694)
  975.       (Create an image (W*3) x (H*3) in size, then create a ".dat" file
  976.       for the brush, containing the line: "directional".  Each of the 9
  977.       sectors corresponds to 8 different directions, and center.)
  978.  
  979.     * Brushes can include spacing information.
  980.       (Create a ".dat" file for the brush, containing the line "spacing=N".
  981.  
  982.   * New Brushes:
  983.     ------------
  984.     * Vines (animated)
  985.  
  986.     * Angle Lines (directional)
  987.  
  988.     * Squirrel (animated, directional)
  989.     
  990.     * Kuro Neko ("Black Cat") (animated, directional)
  991.       (Based on the cat from 'xneko' by Masayuki Koba)
  992.  
  993.   * New Starter Images:
  994.     -------------------
  995.     * Shipwreck
  996.       Jim Trice <jimtrice@linuxmail.org>
  997.  
  998.     * Tux the farmer
  999.       Jim Trice <jimtrice@linuxmail.org>
  1000.  
  1001.     * Street
  1002.       Pere Pujal Carabantes <ppujal@airtel.net>
  1003.  
  1004.     * Chess board
  1005.       (From XBoard: http://tim-mann.org/xboard.html )
  1006.  
  1007.     * Nagasaki
  1008.       Jim Trice <jimtrice@linuxmail.org>
  1009.  
  1010.   * New Translations:
  1011.     -----------------
  1012.     * Arabic -- includes "ar.ttf" font
  1013.       Khalid Al Holan <alholan@gmail.com>
  1014.  
  1015.     * Faroese
  1016.       Lis G°the φ Jßkupsstovu <morshus@gmail.com>
  1017.  
  1018.     * Gujarati -- includes "gu.ttf" font
  1019.       Kartik Mistry <kartik.mistry@gmail.com>
  1020.  
  1021.     * Ndebele
  1022.       Vincent Mahlangu <vmahlangu@parliament.gov.za>
  1023.  
  1024.     * Scottish Gaelic
  1025.       Niall Tracey <internationiall@hotmail.com>
  1026.  
  1027.     * South African English
  1028.  
  1029.     * Tagalog
  1030.       RICKY LONTOC <gb_515_deme@hotmail.com>
  1031.       Technical assistance by Ed Montgomery <edmontgomery@hotmail.com>
  1032.  
  1033.     * Tibetan -- includes "bo.ttf" font
  1034.       Dawa Dolma
  1035.       Technical assistance by Ed Montgomery <edmontgomery@hotmail.com>
  1036.  
  1037.     * Venda
  1038.       Shumani Mercy Nehulaudzi <nevhulaudzi@saps.org.za>
  1039.  
  1040.     * Xhosa
  1041.       Dwayne Bailey <dwayne@translate.org.za>
  1042.  
  1043.   * Translation Updates:
  1044.     --------------------
  1045.     * Using DejaVu Sans Condensed as default UI font now.
  1046.       http://dejavu.sourceforge.net/
  1047.  
  1048.     * Making sure default UI font is used for untranslated strings.
  1049.       (Hindi font, for example, didn't seem to have roman characters.)
  1050.  
  1051.     * Brazilian Portuguese
  1052.       Fred Ulisses Maranhao <fred_maranhao@yahoo.com.br>
  1053.     
  1054.     * Catalan
  1055.       Pere Pujal Carabantes <ppujal@airtel.net>
  1056.  
  1057.     * Chinese (Traditional)
  1058.       Wei-Lun Chao <chaoweilun@pcmail.com.tw>
  1059.  
  1060.     * Finnish
  1061.       Niko Lewman <niko.lewman@edu.hel.fi>
  1062.     
  1063.     * French
  1064.       Jacques Chion <Jacques.Chion@wanadoo.fr>
  1065.     
  1066.     * Galician
  1067.       Leandro Regueiro <leandro.regueiro@gmail.com>
  1068.  
  1069.     * German
  1070.       Burkhard Lⁿck <lueck@hube-lueck.de>
  1071.  
  1072.     * Greek
  1073.       Sokratis Sofianopoulos <sokratis.sofianopoulos@gmail.com>
  1074.  
  1075.     * Hungarian
  1076.       Gabor Kelemen <kelemeng@gnome.hu>
  1077.  
  1078.     * Italian
  1079.       Flavio "Iron Bishop" Pastore <ironbishop@fsfe.org>
  1080.  
  1081.     * Italian AUTHORS and INSTALL documentation updates
  1082.       Flavio "Iron Bishop" Pastore <ironbishop@fsfe.org>
  1083.  
  1084.     * Japanese
  1085.       TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
  1086.  
  1087.     * Japanese font shipped in Tux Paint now includes common educational Kanji
  1088.  
  1089.     * Korean
  1090.       Mark K. Kim <mkkim214@gmail.com>
  1091.  
  1092.     * Polish documentation
  1093.       Pawel Polak <sf_paul@users.sourceforge.net>
  1094.  
  1095.     * Serbian
  1096.       Aleksandar Jelenak <jelenak@verizon.net>
  1097.  
  1098.     * Swedish
  1099.       Daniel Nylander <po@danielnylander.se>
  1100.       Robin Rosenberg <robin.rosenberg@dewire.com>
  1101.  
  1102.     * Spanish
  1103.       Pablo Pita <pablo.pita@kdemail.net>
  1104.       Gabriel Gazzßn <ggabriel@internet.com.uy>
  1105.  
  1106.     * Thai
  1107.       Ouychai Chaita <ae.freeman@gmail.com>
  1108.  
  1109.     * Turkish
  1110.       Doruk Fisek <dfisek@fisek.com.tr>
  1111.  
  1112.     * Vietnamese
  1113.       Clytie Siddall <clytie@riverland.net.au>
  1114.  
  1115.     * Replaced old Vietnamese font (questionable license)
  1116.       with Bitstream Vera-based "Verajja" font, by Bhikku Pesala.
  1117.       http://www.aimwell.org/Fonts/fonts.html
  1118.  
  1119.     * Including a scaled down version of the Japanese TrueType font (ja.ttf),
  1120.       that includes only the characters uses by Tux Paint.
  1121.       For info, see: fonts/locale/ja_docs/
  1122.       TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
  1123.  
  1124.   * Documentation Improvements:
  1125.     ---------------------------
  1126.     * Moved "Extending Tux Paint" into its own separate document.
  1127.  
  1128.     * Created an Advanced Stamps HOWTO (documenting how to create
  1129.       stamp PNGs that scale well without edge fringing).
  1130.       Albert Cahalan <albert@users.sf.net>
  1131.  
  1132.   * Compiling, porting and packaging updates:
  1133.     -----------------------------------------
  1134.     * Ran source code through "indent -nbfda -npcs -npsl -bli0".
  1135.  
  1136.     * "DESTDIR" patch is no longer needed.
  1137.       TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
  1138.       
  1139.     * Split parts of "tuxpaint.c" into separate source files:
  1140.       + "compiler.h": Compiler-version-specific definitions.
  1141.       + "cursor.c/h": XBM bitmap cursor #includes and functions.
  1142.       + "debug.h": Defines whether debugging printf() calls should be enabled.
  1143.       + "dirwalk.c/h": Callback functions for recursive directory traversal.
  1144.       + "fonts.c/h": Font loading/grouping/discarding variables and functions.
  1145.       + "floodfill.c/h": 'Fill' tool's flood-fill routine.
  1146.       + "get_fname.c/h": Functions for constructing preferred file paths.
  1147.       + "i18n.c/h": Language-related variables, enums, arrays and functions.
  1148.       + "pixles.c/h": 'getpixel' and 'putpixel' functions & function pointers.
  1149.       + "playsound.c/h": Sound-playing function.
  1150.       + "progressbar.c/h": Animated progress bar function.
  1151.       + "rgblinear.c/h": RGB-to-linear float and binary data, and functions.
  1152.  
  1153.     * Made sure GPL notice was included in all other source files.
  1154.  
  1155.     * Added script to create "locale" during Build process in Xcode on
  1156.       Mac OS X.
  1157.  
  1158.     * Made some Xcode project settings work better with 'default, out of
  1159.       the box' OS X 10.4, Fink and XCode 2.1.
  1160.  
  1161.     * Factor out general CFLAGS to facilitate packaging.  Compress man page -9.
  1162.       Ben Armstrong <synrg@sanctuary.nslug.ns.ca>
  1163.  
  1164.     * Building with "-ffloat-store" in CFLAGS (instead of "-ffast-math")
  1165.       to allow stamp tinting code to work properly.
  1166.       Thanks to: Albert Cahalan <albert@users.sf.net>
  1167.  
  1168.     * Silencing any errors when running kde- or gnome-config during install.
  1169.  
  1170.     * Implemented strcasestr() for systems which don't have it.
  1171.  
  1172.   * Bug Fixes:
  1173.     ----------
  1174.     * Was not looking in personal folder for starters
  1175.       (e.g., "~/.tuxpaint/starters/" on Linux).  Fixed.  Adds a new boolean
  1176.       to the save image's ".dat" file, denoting whether the starter is from
  1177.       the personal folder (1) or not (0, or no data, as in prev. version).
  1178.  
  1179.     * Tux Paint's scalable icon (tuxpaint-icon.svg) caused Gnome panel to
  1180.       go wild (due to "libarts" bug?).  Changed a vector value which apparently
  1181.       fixes it (and caused no noticable changes to the icon).
  1182.     
  1183.     * Added GetSystemFontDir() and amended WIN32 code so that the system fonts
  1184.       option work correctly on Windows.
  1185.  
  1186.     * Properly handles a variety of PNG formats when loading Starter images
  1187.       and turning them into thumbnails.  (Tested with indexed PNGs, and
  1188.       PNGs where RGB colors were stored, even where pixels were
  1189.       fully transparent.)
  1190.  
  1191.     * Clicking between the rightmost color and the edge of Tux Paint's display
  1192.       would crash Tux Paint.  (Fixes DBTS #352556)
  1193.  
  1194.     * Bottom of grass would initially be clipped due to incorrect canvas
  1195.       updating.  Fixed.
  1196.  
  1197.     * Improved handling of scroll button state to prevent it from getting
  1198.       into an infinite loop.  (Fixes bug #1396706)
  1199.  
  1200.     * Spaces in filenames were not working in 'tuxpaint-import.sh'.
  1201.       (Fixes bug #1527884)
  1202.       James Le Cuirot
  1203.  
  1204.     * Was always using the first brush when drawing shapes.
  1205.       Now forcing it to always use "round_03.png", since brushes are
  1206.       sorted alphabetically, and some new brushes appear before round ones!
  1207.  
  1208.  
  1209. 2005.November.26 (0.9.15b)
  1210.  
  1211.   * Bug Workaround:
  1212.     ---------------
  1213.     * Japanese TrueType Font did not like being rendered at 16pt, so
  1214.       reverted to larger, 18pt size.
  1215.       (Other fonts were fine.  I suspect it is a SDL_ttf or FreeType bug.)
  1216.  
  1217.   * Documentation update:
  1218.     ---------------------
  1219.     * "Thick" and "Thin" magic tools were removed, so removed mention
  1220.       of them from README documentation.
  1221.  
  1222.     * Source files and documentation files tagged with CVS Id tags
  1223.       for easier version tracking.
  1224.       Mark K. Kim <mkkim214@gmail.com>
  1225.  
  1226.   * Locale update:
  1227.     --------------
  1228.     * Georgian font is only ~50KB, so added to main Tux Paint archive.
  1229.  
  1230.  
  1231. 2005.November.25 (0.9.15)
  1232.  
  1233.   * Speed improvements:
  1234.     -------------------
  1235.     * Splash screen appears earlier, along with the version info and cursor.
  1236.       Albert Cahalan <albert@users.sf.net>
  1237.  
  1238.     * Normal start-up time greatly reduced by splitting out font loading
  1239.       into a separate process. You only wait if you want the text tool.
  1240.       Albert Cahalan <albert@users.sf.net>
  1241.  
  1242.     * added eat_startup_events in an attempt to make early escape possible
  1243.       (perhaps the user started Tux Paint by mistake, or the system is
  1244.       swapping itself to death) TODO: use do_quit if fully started
  1245.       Albert Cahalan <albert@users.sf.net>
  1246.  
  1247.     * Normal start-up time greatly reduced by avoiding most stamp work.
  1248.       Stamp data is loaded as needed. (TODO: add pre-fetch process)
  1249.       Albert Cahalan <albert@users.sf.net>
  1250.  
  1251.     * Memory usage down by not keeping stamps in memory. Tux Paint's
  1252.       size dropped by about 100 MB. :-)
  1253.       Albert Cahalan <albert@users.sf.net>
  1254.  
  1255.   * Stamp tool improvements:
  1256.     ------------------------
  1257.     * Greatly improved stamp outlining (to avoid empty rows or columns
  1258.       and other artifacts) by using a thick stippled pattern.
  1259.       Albert Cahalan <albert@users.sf.net>
  1260.  
  1261.     * Stamp tinting code changed.  Stamp ".dat" files may include
  1262.       "tinter=anyhue", "tinter=narrow", "tinter=normal" or "tinter=vector",
  1263.       describing how the contents of the stamp should be tinted. (See README)
  1264.       Albert Cahalan <albert@users.sf.net>
  1265.  
  1266.     * Added "scale" keyword (in stamp ".dat" files) for high-resolution stamp
  1267.       images.  (Allows stamps to be made larger without losing quality.)
  1268.       Albert Cahalan <albert@users.sf.net>
  1269.  
  1270.     * More range for stamp sizes. Can't hang off edge in both dimensions.
  1271.       Albert Cahalan <albert@users.sf.net>
  1272.  
  1273.   * New Magic tools:
  1274.     ----------------
  1275.     * "Smudge" (pushes the colors around like wet paint)
  1276.     * "Grass" (makes grass, the painless way)
  1277.     * "Bricks" (makes bricks, the painless way)
  1278.       Albert Cahalan <albert@users.sf.net>
  1279.   
  1280.     * "Darken" (opposite of "Fade"),
  1281.     * "Tint" (changes colors of parts of the picture), and
  1282.     * "Cartoon" (makes parts of the picture look like a cartoon or comic)
  1283.       Bill Kendrick <bill@newbreedsoftware.com>
  1284.   
  1285.   * Magic tool improvements:
  1286.     ------------------------
  1287.     * Magic blur effect now gamma-aware, circular, and modifying all points
  1288.       within the brush instead of just 25% of them.
  1289.       Albert Cahalan <albert@users.sf.net>
  1290.   
  1291.     * Magic blocks effect now gamma-aware and using all 16 (not just 4)
  1292.       source pixels.
  1293.       Albert Cahalan <albert@users.sf.net>
  1294.  
  1295.   * Text tool improvements:
  1296.     -----------------------
  1297.     * Attempts to pick up the system's fonts, too!
  1298.       (Disable loading system fonts with "--nosysfonts" or "nosysfonts=yes".)
  1299.       Albert Cahalan <albert@users.sf.net>
  1300.  
  1301.     * Italic, bold and sizes are now controlled with separate buttons
  1302.       (similar to flip, mirror and sizes for Stamps).
  1303.       Albert Cahalan <albert@users.sf.net>
  1304.  
  1305.     * [Tab] key can be used to begin a new text entry to the right of the
  1306.       current one (e.g., for writing a sentence with each word in a different
  1307.       color).
  1308.  
  1309.     * A typewriter-style bell rings when the text gets close to the edge of
  1310.       the canvas.
  1311.  
  1312.   * Improved support for varying image sizes:
  1313.     -----------------------------------------
  1314.     * Somewhat better treatment of wrong-sized images when loading them.
  1315.       It works well for typical kid drawings, as long as objects don't
  1316.       touch the edge of the screen. (the earth and sky -- and anything
  1317.       else at the edge -- get extended to fill the space) This could be
  1318.       better done with wavelets I think, or some vector-based notion of
  1319.       what lies at the edge of the screen. Starters, as usual, need work.
  1320.       Albert Cahalan <albert@users.sf.net>
  1321.  
  1322.     * Fixed display corruption in 'Open' dialog when saved images are
  1323.       from a larger display size.
  1324.       Albert Cahalan <albert@users.sf.net>
  1325.  
  1326.   * System-related improvements:
  1327.     ----------------------------
  1328.     * Added larger screen size support:
  1329.       1024x768, 1280x1024, 1400x1050, 1600x1200
  1330.       TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
  1331.  
  1332.     * Arbitrary window sizes allowed (--XXXXxYYYY); useful for more modern
  1333.       displays (e.g., Mac monitors)
  1334.       Albert Cahalan <albert@users.sf.net>
  1335.   
  1336.     * Now defaults to 800x600 screen size.  Welcome to the future. ;^)
  1337.  
  1338.     * Switched from using 16bpp display surfaces to 32bpp, to reduce
  1339.       discoloration. ("#define" options exist at the top of src/tuxpaint.c
  1340.       to choose which you want.)
  1341.       Albert Cahalan <albert@users.sourceforge.net>
  1342.  
  1343.     * Now uses "AUDIO_S16SYS" when initializing audio system
  1344.       (on Linux/Mac/BeOS); helps sound under Linux on Mac hardware.
  1345.       Albert Cahalan <albert@users.sourceforge.net>
  1346.  
  1347.     * Made sure user directory existed before trying to create lockfile
  1348.       (it might not be there the very first time we run Tux Paint).
  1349.     
  1350.   * Interface improvements:
  1351.     -----------------------
  1352.     * Made UI fonts a little smaller.  Adjusted position of icons and text
  1353.       in tool buttons.
  1354.  
  1355.     * Stamp scaling is now controlled by a set of mini "slider"-like buttons.
  1356.       The "Shrink" and "Grow" buttons didn't give any feedback as to what
  1357.       the current size was.
  1358.  
  1359.     * "New" always available.
  1360.       (Prepping for when "New" will give options for background colors, etc.)
  1361.  
  1362.     * Middle and right mouse buttons no longer do anything.
  1363.       (No reason to teach kids that all the buttons do the same thing!)
  1364.  
  1365.       Note: This can be disabled (resulting in the old-style support for
  1366.       all three buttons meaning the same thing) by setting the
  1367.       "--nobuttondistinction" option.
  1368.  
  1369.     * If middle or right mouse buttons are clicked too much, a pop-up
  1370.       appears explaining to click the left button, and includes a small
  1371.       picture of a mouse with the left button being 'clicked.'
  1372.  
  1373.     * Thumbnail of selected image now shown on "Erase this image?"
  1374.       confirmation pop-up.
  1375.  
  1376.     * Printer icons on "Print now?" and "You can't print yet" pop-ups.
  1377.  
  1378.     * Icons shown in "Save Over?" and "Save [before opening]" pop-ups.
  1379.  
  1380.     * Improved 'rubber band line' and stamp outline colors ("XOR" code)
  1381.       to make such lines easier to see on certain colors.
  1382.     
  1383.     * The "noquit" option now prevents the [Escape] key from quitting
  1384.       Tux Paint.  ([Alt]+[F4] and the window close button still work.)
  1385.  
  1386.     * Tux Paint can now be quit with [Shift]+[Control]+[Escape], as well.
  1387.       (Useful for when "noquit" and "fullscreen" are set, and the
  1388.       [Alt]+[F4] combination is not possible.)
  1389.  
  1390.     * Gave Tux the Penguin a voice (e.g., during prompts)
  1391.       Voice: Daniel 'TuxthePenguin' Alston <supertuxfansite@gmail.com>
  1392.  
  1393.     * Sound effects can be muted/unmuted while the program is running
  1394.       by pressing the [Alt]+[S] keys.  (Note: does not enable sounds if
  1395.       "nosound" is set in configuration file or via command-line.)
  1396.  
  1397.     * Scroll wheel can be used to scroll through thumbnails in Open dialog.
  1398.  
  1399.   * Printing improvements:
  1400.     ----------------------
  1401.     * Now printing directly via Postscript.
  1402.       (So print command can change from "pngtopnm | pnmtops | lpr" to
  1403.       simply "lpr").
  1404.       Albert Cahalan <albert@users.sf.net>
  1405.     
  1406.     * Holding [Alt] while clicking 'Print' on Unix/Linux can now bring up
  1407.       a print dialog. (Defaults to KDE's 'kprinter'.)  Can be altered
  1408.       via 'altprintcommand' in ~/.tuxpaintrc.
  1409.  
  1410.     * Printer dialog (and 'altprintcommand') can be forced to come up
  1411.       all the time (not just when [Alt] is held) via a new
  1412.       "--altprintalways" command-line option (and "altprint=always" config.
  1413.       file option).
  1414.  
  1415.     * Similarly, printer dialog can be prevented ([Alt] key has no effect)
  1416.       via a new "--altprintnever" option (and "altprint=never").
  1417.       (Default (where [Alt] must be held to show dialog) is "altprintmod".)
  1418.  
  1419.   * New Starter Images:
  1420.     -------------------
  1421.     * Rocket
  1422.  
  1423.   * Other improvements:
  1424.     -------------------
  1425.     * Added beige and tan colors.  Changed "Lime" to "Neon Green."
  1426.       Renamed "Fuschia" to "Magenta."  Tweaked some color values.
  1427.       Moved grey/silver next to black/white.
  1428.       Albert Cahalan <albert@users.sourceforge.net>
  1429.  
  1430.     * getpixel function now considers edges as extending to infinity
  1431.       (to improve Magic tools like 'Blur')
  1432.       Albert Cahalan <albert@users.sf.net>
  1433.  
  1434.     * getpixel and putpixel functions split into four, one for each
  1435.       color depth (1, 2, 3 or 4 bytes per pixel), to reduce BPP tests
  1436.       when reading or drawing pixels.
  1437.  
  1438.     * drawtext_callback() prototype forces useless arg.; voided it
  1439.       Albert Cahalan <albert@users.sf.net>
  1440.  
  1441.     * Simplified strip_trailing_whitespace() function; now O(n)
  1442.       Albert Cahalan <albert@users.sf.net>
  1443.  
  1444.     * Increased maximum number of stamps that can be loaded at once from
  1445.       256 to 512.
  1446.       Albert Cahalan <albert@users.sourceforge.net>
  1447.  
  1448.     * Splash screen scales to different window sizes.
  1449.  
  1450.   * Bug fixes:
  1451.     -------------------
  1452.     * tuxpaint-import shell script created temporary files with predictable
  1453.       names in "/tmp", leaving it open to symlink attacks.  Now creating
  1454.       temp. files in Tux Paint's default save directory.
  1455.       Ben Armstrong <synrg@sanctuary.nslug.ns.ca>
  1456.  
  1457.     * Untranslated text in right-to-left languages (e.g., Hebrew) are no
  1458.       longer displayed backwards.
  1459.  
  1460.     * [Alt] to bring up print dialog had to be held while hitting 'Ok' to
  1461.       confirm print.  This was a bug!  Fixed!
  1462.  
  1463.     * Lockfile now cleared upon exit, allowing Tux Paint to be re-launched
  1464.       immediately.
  1465.       
  1466.     * Hotspot for 'tiny' crosshair mouse pointer shape is now
  1467.       correct in 16x16 size (used on Mac OS X).
  1468.  
  1469.     * Delete thumbnails from ".thumbs" subdirectory.
  1470.       Marcin 'Shard' Konicki <shard at beosjournal.org>
  1471.  
  1472.     * tuxpaint-import.sh now uses single brackets when testing for "--help".
  1473.       (Apparently, the "[[...]]" version didn't work some places.)
  1474.       Jeff Smith <whydoubt@yahoo.com>
  1475.  
  1476.     * Failed to install default locale fonts.  Fixed.
  1477.       kyjo44 <kyjo44@users.sourceforge.net>
  1478.  
  1479.     * Scroll wheel motion was being perceived as clicks in Open dialog. Fixed.
  1480.  
  1481.     * Thumbnail cursor could fall of screen when scrolling in Open dialog.
  1482.       Fixed.
  1483.  
  1484.   * Compiling, porting and packaging updates:
  1485.     -----------------------------------------
  1486.     * Added support for system and user configuration files on Windows.
  1487.       (The system 'tuxpaint.cfg' file is in the same directory as the
  1488.       executable, the user 'tuxpaint.cfg' file is in the 'savedir'
  1489.       location, e.g. 'C:\Documents and Settings\username\Application
  1490.       Data\TuxPaint'.)
  1491.       John Popplewell <john@johnnypops.demon.co.uk>
  1492.  
  1493.     * There's no longer a need to remove CVS-related things in 'tuxpaint.spec'.
  1494.       TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
  1495.  
  1496.     * Added "test-option.sh" shell script, which can be used in Makefile
  1497.       for basic compiler option tests
  1498.       (e.g., is "-Wdeclaration-after-statement" available?)
  1499.       TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
  1500.  
  1501.     * Created 'release' Makefile target, which generates a .tar.gz
  1502.       (sans CVS-related files) based on the clean source directory.
  1503.  
  1504.     * Moved "VER_VERSION" to Makefile (where 'release' can pick it up),
  1505.       and made "VER_DATE" a dynamically-generated Makefile variable.
  1506.  
  1507.     * Added additional Windows-only search paths for stamps, fonts and brushes.
  1508.       John Popplewell <john@johnnypops.demon.co.uk>
  1509.  
  1510.     * Created Makefile to convert HTML documentation into plaintext using Links
  1511.       (I can never remember the precise options!)
  1512.  
  1513.     * *_PREFIX variables in Makefile no longer need trailing '/'.
  1514.  
  1515.     * Added "Categories" to the 'tuxpaint.desktop' file
  1516.       ("Education," "RasterGraphics," "Graphics" and "Art").
  1517.       
  1518.     * Added 'win32' target to Makefile, for use on Windows with MinGW/MSYS.
  1519.       John Popplewell <john@johnnypops.demon.co.uk>
  1520.  
  1521.     * Now links with 'shlwapi.dll' so that it works on Windows 98.
  1522.       John Popplewell <john@johnnypops.demon.co.uk>
  1523.  
  1524.     * Added GetDefaultSaveDir(suffix) which fetches the default
  1525.       "Application Data" path for the current user from the Windows registry,
  1526.       appends the suffix, creates the subdirectory if it doesn't exist,
  1527.       then returns a string from the heap.  This path is the new default
  1528.       "savedir" location on Windows. Tested on 98/2K/XP.
  1529.       John Popplewell <john@johnnypops.demon.co.uk>
  1530.  
  1531.     * Switching from NSIS to InnoSetup 5 installer generator for Windows.
  1532.       John Popplewell <john@johnnypops.demon.co.uk>
  1533.  
  1534.     * Added a Windows registry entry 'Install_Dir' in either
  1535.       HKCU\Software\TuxPaint or HKLM... depending on whether the user is
  1536.       restricted (or doing a current user-only install) or is installing
  1537.       for all users.
  1538.       John Popplewell <john@johnnypops.demon.co.uk>
  1539.  
  1540.     * Added ability to detect previous install directory entries in the
  1541.       Windows registry.  Searches for entry in HKLM and HKCU sections.
  1542.       John Popplewell <john@johnnypops.demon.co.uk>
  1543.     
  1544.     * BeOS code updates.
  1545.       Marcin 'Shard' Konicki <shard at beosjournal.org>
  1546.  
  1547.     * Updated BeOS Makefile.
  1548.       Marcin 'Shard' Konicki <shard at beosjournal.org>
  1549.  
  1550.     * Added BeOS resource file (src/tuxpaint.rsrc)
  1551.       Marcin 'Shard' Konicki <shard at beosjournal.org>
  1552.   
  1553.     * Replaced all instances of absolute paths with macro counterparts in
  1554.       "tuxpaint.spec" file.
  1555.       Richard June <rjune[AT]lumensoftware.com>
  1556.     
  1557.     * Reset buildroot in "tuxpaint.spec" to incorporate username of the
  1558.       builder.
  1559.       Richard June <rjune[AT]lumensoftware.com>
  1560.     
  1561.     * Added "PKG_ROOT" variable to Makefile, and "tuxpaint.spec" file,
  1562.       for Tux Paint RPM building ease.
  1563.       TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
  1564.  
  1565.     * Fixed to compile on old GLIBC system (such as RedHat-6.2)
  1566.       TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
  1567.  
  1568.     * Fixes to RPM spec file
  1569.       TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
  1570.   
  1571.     * Enabled more compiler warnings, and updated code to prevent them.
  1572.       Albert Cahalan <albert@users.sf.net>
  1573.       Bill Kendrick <bill@newbreedsoftware.com>
  1574.  
  1575.     * Gave up on 'HQ4X' scaler and scanline polygon filling, for the
  1576.       time being.  (i.e., removed unused code.)
  1577.  
  1578.   * Documentation updates:
  1579.     ----------------------
  1580.     * Removed TODO.txt file and moved all bugs
  1581.       and feature requests to the SourceForge
  1582.       tracker: http://sourceforge.net/tracker/?group_id=66938
  1583.  
  1584.     * Converted Frequently Asked Questions (FAQ) to HTML.
  1585.  
  1586.     * Mentioned Tux Paint Config. tool in FAQ.
  1587.  
  1588.     * French documentation created.
  1589.       JΘr⌠me Chantreau <plovemax@hotmail.com>
  1590.  
  1591.   * New translations:
  1592.     -----------------
  1593.     * Albanian
  1594.       Ilir Rugova <ilirrugova@gmx.de>
  1595.       Laurent Dhima <laurenti@alblinux.net>
  1596.  
  1597.     * Estonian
  1598.       Henrik Pihl <henrik@saarlane.ee>
  1599.  
  1600.     * Gaelic
  1601.       Kevin Patrick Scannell <scannell@SLU.EDU>
  1602.  
  1603.     * Galician
  1604.       Leandro Regueiro <unho@gulo.org>
  1605.  
  1606.     * Gronings
  1607.       J.F.M. Lange <jfm.lange@hky.de>
  1608.  
  1609.     * Kinyarwanda
  1610.       Steve Murphy <murf@e-tools.com>
  1611.  
  1612.       (Initial rough translation based on translations from the following:
  1613.       Philibert Ndandali <ndandali@yahoo.fr>, 2005.
  1614.       Viateur MUGENZI <muvia1@yahoo.fr>, 2005.
  1615.       No├½lla Mupole <s24211045@tuks.co.za>, 2005.
  1616.       Carole Karema <karemacarole@hotmail.com>, 2005.
  1617.       JEAN BAPTISTE NGENDAHAYO <ngenda_denis@yahoo.co.uk>, 2005.
  1618.       Augustin KIBERWA <akiberwa@yahoo.co.uk>, 2005.
  1619.       Donatien NSENGIYUMVA <ndonatienuk@yahoo.co.uk>, 2005.
  1620.       Antoine Bigirimana <antoine@e-tools.com>, 2005.)
  1621.  
  1622.     * Mexican Spanish
  1623.       Ignacio Tike <ignaciotike@spymac.com>
  1624.       Daniel Illingworth <webmaster@intermagen.net>
  1625.       Luis C. Sußrez M. <luiscsuarez@gmail.com>
  1626.  
  1627.     * Swahili
  1628.       Martin Benjamin <martin.benjamin@yale.edu>
  1629.       Alberto Escudero-Pascual <aep@it46.se>
  1630.       Kamusi Project at Yale University
  1631.       Open Swahili Localization Project at the University of Dar es Salaam
  1632.  
  1633.     * Thai
  1634.       Ouychai Chaita <ae.freeman@gmail.com>
  1635.  
  1636.     * Ukranian
  1637.       Serhij Dubyk <dubyk@ukr.net>
  1638.  
  1639.  
  1640.   * Translation updates:
  1641.     --------------------
  1642.     * Afrikaans
  1643.       Petri Jooste <rkwjpj@puk.ac.za>
  1644.  
  1645.     * Bulgarian
  1646.       Yavor Doganov <yavor@doganov.org>
  1647.  
  1648.     * Chinese (Traditional) documentation
  1649.       Song Huang <Song@ossacc.org>
  1650.  
  1651.     * Czech
  1652.       Lucie Burianova <Lucie.Burianova@global-dtp.com>
  1653.  
  1654.     * Dutch
  1655.       Geert Stams <geertstams@wanadoo.nl>
  1656.       Michael de Rooij <micr@zeelandnet.nl>
  1657.     
  1658.     * French
  1659.       Jacques Chion <Jacques.Chion@wanadoo.fr>
  1660.   
  1661.     * German
  1662.       Patrick <nc-spechtpa3 [At] netcologne DOT de>
  1663.       Burkhard Lⁿck <lueck@hube-lueck.de>
  1664.  
  1665.     * Greek
  1666.       The Greek Linux i18n Team <i18ngr@lists.hellug.gr>
  1667.       
  1668.     * Hebrew
  1669.       Dovix <dovix2003@yahoo.com>
  1670.       Leor Bleier <leor972@gmail.com>
  1671.     
  1672.     * Indonesian
  1673.       Tedi Heriyanto <tedi_h@gmx.net>
  1674.       
  1675.     * Japanese
  1676.       TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
  1677.  
  1678.     * Korean
  1679.       Mark K. Kim <mkkim214@gmail.com>
  1680.  
  1681.     * Lithuanian
  1682.       Gintaras Go?tautas <gintaras@nes.lt>
  1683.  
  1684.     * Norwegian Bokmal
  1685.       Klaus Ade Johnstad <klaus@skolelinux.no>
  1686.  
  1687.     * Polish documentation
  1688.       Tomasz 'karave' Tarach <karave@poczta.onet.pl>
  1689.  
  1690.     * Portuguese (Portugal)
  1691.       Ricardo Cruz <rpmcruz@clix.pt>
  1692.       Helder Correia <helder.pereira.correia@gmail.com>
  1693.  
  1694.     * Russian
  1695.       Eugene Zelenko <greendeath@mail.ru>
  1696.  
  1697.     * Spanish and Spanish documentation.
  1698.       Gabriel Gazzßn <ggabriel@internet.com.uy>
  1699.     
  1700.     * Swedish
  1701.       Magnus Dahl <magnus.dahl@bredband.net>
  1702.       Tomas SkΣre <tomas@nocrew.org>
  1703.     
  1704.     * Vietnamese
  1705.       Clytie Siddall <clytie@riverland.net.au>
  1706.  
  1707.     * Added "create_pot_file.sh" help script to "src/po/", for easier
  1708.       regeneration of "tuxpaint.pot" (gettext catalog template)
  1709.  
  1710.     * Created Python script to generate a scaled down version of the
  1711.       Chinese (Traditional) TrueType font (zh_tw.ttf), that includes only
  1712.       the characters uses by Tux Paint.  (Reduces TTF file size from ~13MB
  1713.       to ~600KB!)  For info, see: fonts/locale/zh_tw_docs/
  1714.       First draft: Edward Lee <Edward.bbs@bbs.sayya.org>
  1715.       Song Huang <Song@ossacc.org>
  1716.  
  1717.  
  1718.  
  1719. 2004.September.28 (0.9.14)
  1720.   * New Features:
  1721.     -------------
  1722.     * Added support for immutable "starter" images, which are installed
  1723.       globally with Tux Paint, and provide a starting canvas for images.
  1724.  
  1725.       A PNG file with alpha is continuously drawn over whatever changes are
  1726.       made to the current drawing.  For example, a black outline of a cartoon
  1727.       character could be made, to simulate a coloring book.
  1728.       (See 'jetplane.png')
  1729.  
  1730.       A second PNG file can be supplied which will be drawn on the normal
  1731.       part of the canvas (where a new picture would normally be all-white),
  1732.       allowing for simulated depth.  Drawing and magic tools all mutilate the
  1733.       background, as it's part of the normal canvas.  However, when editing
  1734.       a picture based on a 'starter' with a background layer, the eraser will
  1735.       bring back the background image.  In a sense, it's like having a photo
  1736.       on the bottom, a clear sheet to draw on in the middle, and a clear sheet
  1737.       with some more photo (which you can't draw on) on top.
  1738.       (See 'reef.png' and 'reef-back.jpg')
  1739.   
  1740.     * Added lockfile support, to prevent Tux Paint from being launched more
  1741.       than once every 30 seconds.  (Disable with "--nolockfile" command-line
  1742.       argument.)  Thanks to Darci Lindgren for suggestion the feature, and
  1743.       Mark K. Kim for suggesting it be time-based.
  1744.     
  1745.       (Lockfile is "lockfile.dat" in "~/.tuxpaint/" on Linux/Unix, and
  1746.       "userdata\" on Windows.)
  1747.  
  1748.     * Added "--nosave" option (suggested by Adam Moore).
  1749.  
  1750.   * Updated Features:
  1751.     -----------------
  1752.     * Added some more brushes.
  1753.       Jeremie Zimmermann <txptdv@tofz.org>
  1754.  
  1755.     * Multiple sizes of erasers are present.
  1756.       (Compile-time #defines can be used to determine how many sizes are
  1757.       available, and their minimum and (approx.) maximum sizes.)
  1758.       Note: Erasers are still square.  Sorry!
  1759.  
  1760.     * Fixed tinting of low-saturation stamps.
  1761.       Addded 'notintgray' option.
  1762.       Karl Ove Hufthammer <karl@huftis.org>
  1763.  
  1764.     * Made sure shape tool never made a tiny shape.
  1765.       (Should hint users that they should click-and-drag.)
  1766.  
  1767.     * Made some colors more unique, so that they affected stamps better.
  1768.       (e.g., purple and magenta used to look the same when used to tint a stamp)
  1769.       Karl Ove Hufthammer <karl@huftis.org>
  1770.  
  1771.     * Made current image the selected image on Open screen, if applicable.
  1772.  
  1773.     * Now prompts to confirm before printing.
  1774.  
  1775.  
  1776.   * New translations:
  1777.     -----------------
  1778.     * Afrikaans translation created.
  1779.       Petri Jooste <rkwjpj@puk.ac.za>
  1780.  
  1781.     * Belarusian translation created.
  1782.       Eugene Zelenko <greendeath@mail.ru>
  1783.  
  1784.     * Breton translation created.
  1785.       Korvigellou An Drouizig (Philippe) <drouizig@drouizig.org>
  1786.  
  1787.     * Bulgarian translation created.
  1788.       Martin Zhekov <mjekov@bginfo.net>
  1789.  
  1790.     * Croatian translation created.
  1791.       Nedjeljko Jedvaj <jedvaj.nedeljko@lexunit.com>
  1792.  
  1793.     * Georgian translation created.
  1794.       Gia Shervashidze <giasher@telenet.ge>
  1795.  
  1796.     * Hindi translation created.
  1797.       Ankit Malik <greatestankit@yahoo.co.in>
  1798.  
  1799.     * Italian documentation translation.
  1800.       Flavio Pastor <flavio.pastore@zonaitalia.it>
  1801.  
  1802.     * Klingon (Romanized) translation started.
  1803.       Bill Kendrick <bill@newbreedsoftware.com>
  1804.  
  1805.     * Korean README.txt documentation added, in both EUC-KR and UTF-8 formats.
  1806.       Mark K. Kim <mkkim214@gmail.com>
  1807.  
  1808.     * Serbian translation created.
  1809.       Aleksandar Jelenak <jelenak@netlinkplus.net>
  1810.  
  1811.     * Slovenian translation created.
  1812.       Urska Colner <urska.colner@agenda.si>,
  1813.       Ines Kovacevic <ines@agenda.si>,
  1814.       Matej Urban <matej.urban@gmail.com>
  1815.  
  1816.     * Traditional Chinese translation created.
  1817.       Song Huang <Song@ossacc.org>
  1818.  
  1819.     * Vietnamese translation created.  (Simple version)
  1820.       Le Quang Phan <lqphan@hn.vnn.vn>
  1821.  
  1822.     * Welsh translation created.
  1823.       Kevin Donnelly <kevin@dotmon.com>
  1824.  
  1825.   * Updated translations:
  1826.     ---------------------
  1827.     * Updated Basque translation.
  1828.       Juan Irigoien <juanirigoien@irakasle.net>
  1829.  
  1830.     * Updated Brazilian Portuguese translation.
  1831.       Daniel Jose Viana <danjovic@vespanet.com.br>
  1832.       Silvio Faria <sirofa2003@yahoo.com.br>
  1833.     
  1834.     * Updated Breton translation.
  1835.       Korvigellou An Drouizig (Philippe) <drouizig@drouizig.org>
  1836.   
  1837.     * Updated British English translation.
  1838.       Gareth Owen <gowen72@yahoo.com>
  1839.  
  1840.     * Updated Catalan translation.
  1841.       Pere Pujal Carabantes <ppujal@airtel.net>
  1842.     
  1843.     * Updated Danish translation.
  1844.       Mogens Jµger <mogensjaeger@get2net.dk>
  1845.  
  1846.     * Updated Dutch translation.
  1847.       Geert Stams <geertstams@wanadoo.nl>
  1848.  
  1849.     * Updated Finnish translation.
  1850.       Tarmo Toikkanen <tarmo.toikkanen@iki.fi>
  1851.  
  1852.     * Updated French translation.
  1853.       Jacques Chion <Jacques.Chion@wanadoo.fr>
  1854.  
  1855.     * Updated German translation.
  1856.       Roland Illig <roland.illig@gmx.de>
  1857.  
  1858.     * Updated Hungarian translation.
  1859.       T÷r÷k Gßbor <gabo@linuxportal.hu>
  1860.  
  1861.     * Updated Icelandic translation.
  1862.       Pjetur G. Hjaltason <pjetur@pjetur.net>
  1863.  
  1864.     * Updated Indonesian translation.
  1865.       Tedi Heriyanto <tedi_h@gmx.net>
  1866.   
  1867.     * Updated Italian translation.
  1868.       Flavio Pastor <flavio.pastore@zonaitalia.it>
  1869.  
  1870.     * Updated Japanese translation.
  1871.       TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
  1872.  
  1873.     * Updated Korean translation.
  1874.       Mark K. Kim <mkkim214@gmail.com>
  1875.  
  1876.     * Updated Malay translation.
  1877.       Muhammad Najmi Ahmad Zabidi <mnajem@linuxmail.org>
  1878.  
  1879.     * Updated Norwegian Bokmal translation.
  1880.       Karl Ove Hufthammer <karl@huftis.org>
  1881.  
  1882.     * Updated Norwegian Nynorsk translation.
  1883.       Karl Ove Hufthammer <karl@huftis.org>
  1884.  
  1885.     * Updated Portuguese (Portugal) translation.
  1886.       Ricardo Cruz <rick2@aeiu.pt>
  1887.  
  1888.     * Updated Simplified Chinese translation.
  1889.       Wang Jian <lark@linux.net.cn>
  1890.  
  1891.     * Updated Slovakian translation.
  1892.       Andrej Kacian <andrej@kacian.sk>
  1893.     
  1894.     * Updated Spanish translation.
  1895.       Gabriel Gazzßn <ggabriel@internet.com.uy>
  1896.  
  1897.     * Updated Tamil translation.
  1898.       Muguntharaj <mugunth@thamizha.com>
  1899.  
  1900.     * Updated Turkish translation.
  1901.       Doruk Fisek <dfisek@fisek.com.tr>
  1902.  
  1903.     * Updated Walloon language translation.
  1904.       Pablo Saratxaga <pablo@walon.org>
  1905.  
  1906.   * Localization clean-ups:
  1907.     -----------------------
  1908.     * Removed all non-UTF-8 related character handling code,
  1909.       including HTML character entity reference support.
  1910.       (All stamps are now in UTF-8, with scripts to convert
  1911.       to and from PO files.)
  1912.       Karl Ove Hufthammer <karl@huftis.org>
  1913.     
  1914.     * Updated punctuation in many text strings.
  1915.       Karl Ove Hufthammer <karl@huftis.org>
  1916.  
  1917.     * Added "--lang simplified-chinese" option (same as "--lang chinese").
  1918.       Simplified also now looks for "zh_cn.ttf" font, as "zh.ttf"
  1919.       was too ambiguous.  (For backwards-compatibility, it checks for
  1920.       "zh.ttf" if "zh_cn.ttf" is missing, though.)
  1921.       Bill Kendrick <bill@newbreedsoftware.com>,
  1922.       John Popplewell <john@johnnypops.demon.co.uk>
  1923.  
  1924.     * Cleaned up translation and font code. 
  1925.       Karl Ove Hufthammer <karl@huftis.org>
  1926.   
  1927.     * Language option now sets "LANGUAGE" environment variable
  1928.       (along with LC_ALL and LANG).
  1929.  
  1930.     * Initial work to get proper uppercase support in languages other
  1931.       than English.
  1932.  
  1933.     * Added reference to "--lang help" to documentation.
  1934.  
  1935.   * Documentation updates:
  1936.     ----------------------
  1937.     * README (docs/html/README.html and docs/README.txt) has been pared down
  1938.       and made more friendly.  Mention of other doc. files are now hyperlinked.
  1939.  
  1940.     * Documentation regarding configuration file and command-line options
  1941.       have been moved into a separate OPTIONS document (docs/html/OPTIONS.html
  1942.       and docs/OPTIONS.txt), since Tux Paint Config. now exists to simplify
  1943.       changing settings.
  1944.  
  1945.   * Porting and packaging updates:
  1946.     ------------------------------
  1947.     * Added startup display mode and resolution options to the Windows 
  1948.       installer.
  1949.       John Popplewell <john@johnnypops.demon.co.uk>
  1950.  
  1951.     * Visual Studio build system included in CVS and source release
  1952.       ('visualc' folder)
  1953.       John Popplewell <john@johnnypops.demon.co.uk>
  1954.  
  1955.     * Updated Makefile for easier install.
  1956.       Mark K. Kim <mkkim214@gmail.com>
  1957.  
  1958.     * Cleaned up desktop entry file.
  1959.       Karl Ove Hufthammer <karl@huftis.org>
  1960.  
  1961.     * Made sure KDE icon directories exist before trying to copy files to them.
  1962.  
  1963.     * Created 16x16 mouse pointer shapes; use "MOUSEDIR" and "CURSOR_SHAPES"
  1964.       Makefile variables to use them.
  1965.  
  1966.   
  1967.   * Application icon updates:
  1968.     -------------------------
  1969.     * SVG (Scalable Vector Graphics) icon created.
  1970.       Karl Ove Hufthammer <karl@huftis.org>
  1971.  
  1972.     * Added 22x22, 64x64, 96x96, 128x128 and 192x192 icons, based on SVG icon.
  1973.       Karl Ove Hufthammer <karl@huftis.org>
  1974.  
  1975.     * Improved Windows icon, based on SVG icon.
  1976.       Karl Ove Hufthammer <karl@huftis.org>
  1977.  
  1978.   * Bug fixes:
  1979.     ----------
  1980.     * Fixed "--noprint=yes" not working under Windows and BeOS.
  1981.       Thanks to Adam Moore for pointing out this bug!
  1982.       Bill Kendrick & Mark K. Kim
  1983.  
  1984.     * Fixed crash bug when translated text ends in a space.
  1985.       Mark K. Kim & John Popplewell
  1986.   
  1987.     * Fixed security issue with permissions to Tux Paint docs directory.
  1988.       Mark K. Kim <mkkim214@gmail.com>
  1989.  
  1990.     * Fixed 'savedir' bug.  (Was dropping filenames)
  1991.  
  1992.     * Removed redundant '--wheelmouse...' listing from "--usage" output.
  1993.  
  1994.     * Fixed crash bug when switching from different tools with scrolling
  1995.       collections, and then scrolling.
  1996.       Thanks to Kevin Jarrett for the report, and John Popplewell for a
  1997.       replicable way of crashing it.
  1998.  
  1999.   * Misc. Updates:
  2000.     --------------
  2001.     * Keywords ("Title" and "Software") now written into PNGs.
  2002.  
  2003.     * Changed default UI font to "FreeSans.ttf"
  2004.  
  2005.  
  2006. 2003.Dec.23 (0.9.13)
  2007.   * Translated into Basque (eu_ES)
  2008.     Juan Irigoien <juanirigoien@irakasle.net>
  2009.  
  2010.   * Translated into Norwegian Bokmal (nb_NO)
  2011.     Dag H. Loras <dag.loraas@operamail.com>
  2012.  
  2013.   * Translated into Tamil (ta_IN)  [buggy]
  2014.     Mugunth <mugunth@thamizha.com>
  2015.  
  2016.   * Updated Icelandic translation.
  2017.     Pjetur G. Hjaltason <pjetur@pjetur.net>
  2018.  
  2019.   * Made sure options were in the same order in various places in man page
  2020.     and documentation.  Made sure all options and languages were listed.
  2021.  
  2022.   * Added stamp controls to mirror, flip and resize stamps before placing
  2023.     them.  Some stamps can be set to not be mirror-, flip- or resize-able.
  2024.     (Place "noflip" and/or "nomirror" in the stamps' ".dat"
  2025.     option files.)  Stamps can have alternative mirror-images (e.g., to
  2026.     show a shape the opposite direction, but not have backwards text on it).
  2027.     Create "filename_mirror.png" image files.
  2028.  
  2029.   * Incorproated high quality filtering code from HiEnd3D,
  2030.     http://www.hiend3d.com/hq3x.html
  2031.     by Maxim Stepin <maxim@hiend3d.com>
  2032.  
  2033.   * Added "--nostampcontrols", "--mirrorstamps" and their opposite options,
  2034.     to disable stamp controls, and default to mirrored stamp shapes,
  2035.     (or not), respectively.
  2036.  
  2037.   * Fixed incorrect tag in HTML documentation.  (Bad results in IE)
  2038.  
  2039.   * Fixed typo regarding "savedir" in README.
  2040.  
  2041.   * 'printcfg' options not displayed in usage, except on Win32.
  2042.  
  2043.   * Moved available language listing to its own usage, shown when
  2044.     "--lang" called incorrectly, or as "--lang list" or "--lang help".
  2045.     (Suggested by Ben Armstrong)
  2046.  
  2047.   * Reorganized usage display
  2048.     (Suggested by Ben Armstrong)
  2049.  
  2050.   * If the top-left-most file is deleted in the Open screen, it now
  2051.     scrolls up one line (so that the cursor isn't off the top of the
  2052.     screen!)
  2053.  
  2054.   * Cleaned up font aliasing blurriness and JPEG noise in title image.
  2055.  
  2056.   * Updated copyright date in title image.
  2057.  
  2058.   * Cursor doesn't change to 'hand' shape over color buttons when colors
  2059.     aren't available (e.g., Magic tool, most Stamps, etc.)
  2060.  
  2061.   * Cursor doesn't change to 'hand' shape over selector buttons when
  2062.     they aren't available.
  2063.  
  2064.   * Added "--noshortcuts" option, to disable keyboard shortcuts
  2065.     (e.g., [Ctrl]+[S] for Save, etc.)
  2066.  
  2067.   * Created missing locale-specific documentation directories.
  2068.     (Unfortunately, most are still empty!)
  2069.  
  2070.   * Added more copies of the GPL: Swedish, Romanian, Polish, Lithuanean,
  2071.     Korean, Japanese, Indonesian, Hebrew, Greek, Danish, Czech, Chinese
  2072.     and Catalan.
  2073.  
  2074.   * Fixed locale typos in source ("cs" not "cz" for Czech, and "sv" not "se"
  2075.     for Swedish).
  2076.  
  2077.   * Updated default configuration file to include examples of some newer
  2078.     options.
  2079.  
  2080.   * White/grey in tintable stamps don't get tinted now.
  2081.  
  2082.   * Stamps in homedir are now loaded before system-wide stamps.
  2083.   
  2084.   * "--lang=XXX" can be used on the command-line, along with "--lang XXX"
  2085.  
  2086.   * Moved Tux penguin stamps from Stamps package to core Tux Paint package,
  2087.     so that Stamp tool works out-of-the-box.
  2088.  
  2089.  
  2090. 2003.Aug.18 (0.9.12)
  2091.   * Replaced "efont-serif" fonts with those from the 'ttf-freefont' package,
  2092.     for better support of ISO8859-13 symbols (e.g., for Lithuanian).
  2093.     Fonts copyright the Free Software Foundation.
  2094.     Thanks to Mantas Kriauciunas <monte@mail.lt> for the tip.
  2095.  
  2096.   * Made main event loop ignore motion events if the loop has spun too long.
  2097.     (Fixes problems where shape or stamp tools take forver to 'catch up' with
  2098.     the mouse; especially noticable on slow machines over remote X display.)
  2099.  
  2100.   * Walloon translation.
  2101.     Pablo Saratxaga <pablo@walon.org>
  2102.   
  2103.   * Translated to Russian
  2104.     Dmitriy Ivanov <ace22b@myrealbox.com>
  2105.  
  2106.   * Translated to Malay
  2107.     Muhammad Najmi Ahmad Zabidi <md_najmi@yahoo.com>
  2108.  
  2109.   * French translation update.
  2110.     Jacques Chion <Jacques.Chion@wanadoo.fr>
  2111.  
  2112.   * Chinese translation update.
  2113.     Wang Jian <lark@linux.net.cn>
  2114.   
  2115.   * If gnome-config is not found, it doesn't necessarily mean Gnome isn't being
  2116.     used!  Makefile will now fall-back and assume $GNOME_PREFIX should be /usr,
  2117.     so that the launcher icon gets installed into the Gnome menu.
  2118.   
  2119.   * Added some "#error" directives to give verbose output regarding missing
  2120.     library header files.  (Typical cause of this symptom is forgetting to
  2121.     install dev. packages; e.g., installed "SDL.rpm", but not "SDL-dev.rpm")
  2122.  
  2123.   * Fixed Mac OS X #include typo.
  2124.     Darrell Walisser <walisser@mac.com>
  2125.  
  2126.   * Fixed bug where non-translated stamp description text would get drawn
  2127.     right-to-left after the kudos text (e.g., "Great!") goes away.
  2128.     Thanks to Itai <Itais@newmail.net>
  2129.   
  2130.   * Added call to close iconv when quitting.
  2131.     John Popplewell <john@johnnypops.demon.co.uk>
  2132.     Darrell Walisser <walisser@mac.com>
  2133.  
  2134.   * Removed static "MAX_FILES" limit; now mallocs space for file info.
  2135.     structures.  (Should fix large stack crash on OS X, which is good.)
  2136.  
  2137.   * Fixed bug where translated text would revert to English in 'uppercase' mode.
  2138.  
  2139.   * Fixed UTF-8 related bug where Lithuanian wouldn't display if using
  2140.     'TTF_RenderText...', but Spanish wouldn't display if using
  2141.     'TTF_RenderUTF8...'.  Thanks to Mantas Kriauciunas, Robert Glowczynski,
  2142.     John Popplewell and Karl Ove Hufthammer.
  2143.  
  2144.   * Simplified CFLAGS variable in Makefile.
  2145.     Ben Armstrong <synrg@sanctuary.nslug.ns.ca>
  2146.  
  2147.   * Fixed bug where ".thumbs" dir wouldn't get generated if it wasn't there
  2148.     and you went to the 'Open' dialog.
  2149.   
  2150.   * Fixed prompt bug for larger window sizes
  2151.     TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
  2152.  
  2153.  
  2154. 2003.Jun.17 (0.9.11)
  2155.   * Windows bugfixes.
  2156.     John Popplewell <john@johnnypops.demon.co.uk>
  2157.  
  2158.   * Mac OS X print update.  Get to a print dialog by holding Alt/Option when
  2159.     clicking "Print."  (Similar to how Windows handles it.)
  2160.     Darrell Walisser <walisser@mac.com>
  2161.  
  2162.   * Hebrew translation!
  2163.     Dovix <dovix2003@yahoo.com>
  2164.     Koby <kobybo@hotmail.com>
  2165.  
  2166.   * Right-to-left language support (for Hebrew, for example).
  2167.  
  2168.   * Updated Korean translations.
  2169.     Mark K. Kim <mkkim214@gmail.com>
  2170.  
  2171.   * UTF-8 support in the Text Tool!
  2172.     Robert Glowczynski <robertg@software.com.pl>,
  2173.     Mantas Kriauciunas <monte@mail.lt>
  2174.  
  2175.   * Added 'The Gimp' to docs/PNG.txt
  2176.     Mantas Kriauciunas <monte@mail.lt>
  2177.  
  2178.   * Set $OUTPUT_CHARSET for Japanese locale, to fix Win32 issue.
  2179.     TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
  2180.  
  2181.   * Lithuanian translation.
  2182.     Mantas Kriauciunas <monte@mail.lt>,
  2183.     Rita Verbauskaite <verba@centras.lt>
  2184.  
  2185.   * Fixed bug that would cause some translated stamp sounds to not load.
  2186.     John Popplewell <john@johnnypops.demon.co.uk>
  2187.  
  2188.   * Added Dutch translation of (older version of) HTML documentation.
  2189.     (docs/html/README-nl.html; docs/nl/README.txt)
  2190.     Geert Stams <geert-csg@wanadoo.nl>
  2191.  
  2192.   * Updated Polish translations.
  2193.     Robert Glowczynski <robertg@software.com.pl>
  2194.  
  2195.   * Added Polish version of manpage.
  2196.     Robert Glowczynski <robertg@software.com.pl>
  2197.  
  2198.   * Restructured manpage sources (created "src/manpage/")
  2199.  
  2200.   * Fixed a few typos in the manpage.
  2201.     Robert Glowczynski <robertg@software.com.pl>
  2202.  
  2203.   * Fixed UTF-8 word-wrapping bug when there were no spaces
  2204.     (e.g., in some Japanese strings)
  2205.   
  2206.   * When a locale requiring its own font can't be used because the font
  2207.     is missing, Tux Paint STILL didn't work right.  Fixed.  (Set $LC_ALL=C)
  2208.  
  2209.   * Added a set of square brushes (similar to the various round ones).
  2210.  
  2211.   * Added "--nostamps" option to disable stamp tool.
  2212.     (When it's not needed, they just take time to load, and RAM to store.)
  2213.  
  2214.   * Added missing "--nosysconfig" to "--help" usage output.
  2215.  
  2216.   * Increased MAX_FILES from 256 to 2048.  Users with more than 128 images
  2217.     saved were unable to load the newest images!  (Hopefully 1024 saved
  2218.     files is sufficient.)
  2219.  
  2220.   * Thumbnails now saved to a ".thumbs" subdirectory under "saved".
  2221.     (Old thumbnails will still be loaded, if found.  Currently, the old
  2222.     thumbnails will still be saved in the old location, not under .thumbs)
  2223.     Ben Armstrong's suggestion.
  2224.  
  2225.   * Updated tuxpaint-import to create .thumbs subdirectory, and put new
  2226.     thumbnails there.
  2227.  
  2228.   * Moved "tuxpaint-import.1" from src/ to src/manpage/.
  2229.  
  2230.   * "Thick" and "Thin" Magic Tools made 'stronger.'
  2231.  
  2232.  
  2233. 2003.February.22 (0.9.10)
  2234.   * UTF-8 stamp descriptions word-wrap around spaces.
  2235.  
  2236.   * Portuguese (from Portugal) translation.
  2237.     Ricardo Cruz <rick2@aeiu.pt>
  2238.  
  2239.   * Support for more HTML escape codes in description files.
  2240.     [ Not yet working ]
  2241.  
  2242.   * Czech .po file renamed to the correct "cs.po".
  2243.   
  2244.   * ALT+F4 accepted as alternative to [Escape] (to quit)
  2245.     by Tux Paint's main loop.  Windows wasn't rending a 'Close Window'
  2246.     event on that key combo, like it should (I think).
  2247.     John Popplewell <john@johnnypops.demon.co.uk>
  2248.  
  2249.   * Windows printing changes:
  2250.     + Now uses a default printer configuration.
  2251.     + No pop-up dialog appears unless [ALT] is held while hitting "Print"
  2252.       button in the toolbox.
  2253.     + Can be told to save any changes to printer configuration (so it's
  2254.       used as default configuration from now on) by sending the
  2255.       "--printcfg" command-line option.
  2256.     John Popplewell <john@johnnypops.demon.co.uk>
  2257.  
  2258.   * Fancy cursors automatically disabled when in fullscreen mode in Windows.
  2259.     (A bug in SDL causes the larger cursors to leave trails on the screen.)
  2260.  
  2261.   * BeOS version will chdir to where Tux Paint is, if launched from a GUI
  2262.     (e.g., OpenTracker)
  2263.     Marcin 'Shard' Konicki <shard at beosjournal.org>
  2264.  
  2265.   * Included new "src/Makefile.beos"
  2266.     Marcin 'Shard' Konicki <shard at beosjournal.org>
  2267.  
  2268.  
  2269. 2003.February.1 (0.9.9)
  2270.   * Translated into Slovak!
  2271.     Milan Plzik <mmp@golem.gymzv.sk>
  2272.  
  2273.   * Updated Norwegian Nynorsk translation.
  2274.     Karl Ove Hufthammer <karl@huftis.org>
  2275.  
  2276.   * Added Japanese translation to Tux Paint icon (tuxpaint.desktop)
  2277.     TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
  2278.  
  2279.   * Moved Makefile.beos into src/, to keep root directory less cluttered.
  2280.  
  2281.   * Incorporated "tuxpaint.nsi" in src/
  2282.     (A configuration file for creating an installer program for
  2283.     Windows, using Nullsoft's Scriptable Install System
  2284.     <http://www.nullsoft.com/free/nsis/>)
  2285.     John Popplewell <john@johnnypops.demon.co.uk>
  2286.  
  2287.   * Alphabetized locale generation/installation in Makefile
  2288.     (partly for nicer looking output during compilation, but mostly for
  2289.     easier maintenance)
  2290.  
  2291.   * When a locale requiring its own font can't be used because the font
  2292.     is missing, Tux Paint now CORRECTLY switches back to default
  2293.     ($LANG=C, which for Tux Paint is 'American English')
  2294.  
  2295.   * Removed some debugging output that shouldn't have been kept in.
  2296.  
  2297.   * Locale-detection code made more robust.  (Check LC_MESSAGES, not LC_ALL)
  2298.     TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
  2299.  
  2300.   * Added support for some useful HTML escape sequences in stamp descriptions
  2301.     (e.g., "´" for "ß" ("a" with "'" over it))
  2302.     Append ".esc" to the locale code (e.g., "fr.esc=...") in the ".txt"
  2303.     description files.
  2304.  
  2305.   * Wrote "docs/ESCAPES.txt", which covers valid escape sequences.
  2306.  
  2307.   * Made 800x600 mode available at runtime, rather than just at compile-time
  2308.     (available "--800x600" command-line option and "800x600=yes" in conf. file;
  2309.     overridden by "--640x480" option, or "800x600=no" or "640x480=yes" in conf.)
  2310.     NOTE: STILL EXPERIMENTAL!  640x480 mode is still default!
  2311.   
  2312.   * Fixed 'Magic Tool' selector redraw bug in 800x600 mode.
  2313.  
  2314.  
  2315. 2003.January.27 (0.9.8)
  2316.   * Updated Makefile to include "beos" and "beos-install" targets.
  2317.     (Apparently doesn't work yet.)
  2318.     Based on BeOS Makefile by Marcin 'Shard' Konicki <shard at beosjournal.org>
  2319.  
  2320.   * Included Makefile.beos for BeOS.
  2321.     (Needs updating to match newer upstream Makefile)
  2322.     Marcin 'Shard' Konicki <shard at beosjournal.org>
  2323.  
  2324.   * Added some translations to Tux Paint's icon's comment in tuxpaint.desktop.
  2325.  
  2326.   * Updated default tuxpaint.conf to mention all of the newest options.
  2327.  
  2328.   * Fixed tuxpaint.desktop's icon so that it works right under Gnome.
  2329.  
  2330.   * Fixed crash that could happen when picking an unavailable spot in the
  2331.     selector on the right.
  2332.  
  2333.   * Fixed Japanese locale detection.
  2334.     TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
  2335.  
  2336.   * Stamp description translations can be encoded using UTF-8.
  2337.     Append ".utf8" to the locale code (e.g., "fr.utf8=...")
  2338.  
  2339.   * Removed stamp descriptions from Japanese translation file
  2340.     (src/po/ja.po).  (Will be placed as UTF-8 encoded text in next
  2341.     Tux Paint stamps package release.)
  2342.  
  2343.  
  2344. 2003.January.26 (0.9.7)
  2345.   * Translated to Japanese!
  2346.     TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
  2347.  
  2348.   * Fixed translation bugs with some save-related prompts.
  2349.  
  2350.   * Polish available as "--lang polski" as well.
  2351.  
  2352.   * Disabled fancy cursors by default in BeOS.  (Support is buggy in SDL.)
  2353.     Marcin 'Shard' Konicki <shard at beosjournal.org>
  2354.  
  2355.   * BeOS updates.
  2356.     Marcin 'Shard' Konicki <shard at beosjournal.org>
  2357.  
  2358.  
  2359. 2003.January.22 (0.9.6)
  2360.   * Save directory can be specified ("--savedir")
  2361.     John Popplewell <john@johnnypops.demon.co.uk>
  2362.  
  2363.   * BeOS printing support!  (Makefile needs updating)
  2364.     Marcin 'Shard' Konicki <shard at beosjournal.org>
  2365.  
  2366.   * tuxpaint-import now creates the '~/.tuxpaint/saved' directory,
  2367.     if it doesn't exist
  2368.  
  2369.   * Initial support for arbitrary window sizes.  (#define SVGA for 800x600)
  2370.     TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
  2371.  
  2372.   * Added a few new colors, renamed some old ones.
  2373.     TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
  2374.  
  2375.   * Fixed text tool bug when hitting [Enter]/[Return] past bottom of canvas
  2376.  
  2377.   * Gnome and KDE install targets won't kill make process
  2378.  
  2379.   * Indonesian available as "--lang bahasa-indonesia" as well.
  2380.  
  2381.  
  2382. 2003.January.13 (0.9.5)
  2383.   * Romanian translation!
  2384.     Laurentiu Buzdugan <buzdugan@voyager.net>
  2385.   
  2386.   * Greek translation!
  2387.     The Greek Linux i18n Team <i18ngr@lists.hellug.gr>
  2388.  
  2389.   * Polish translation!
  2390.     Arkadiusz Lipiec <A.Lipiec@elka.pw.edu.pl>
  2391.  
  2392.   * French translation update.
  2393.     Jacques Chion <Jacques.Chion@wanadoo.fr>
  2394.  
  2395.   * Cleaned up Makefile some.
  2396.     Made output less verbose during compile & install.
  2397.  
  2398.  
  2399. 2003.January.8  (0.9.4)
  2400.   * Indonesian translation!
  2401.     Tedi Heriyanto <tedi_h@gmx.net>
  2402.  
  2403.   * Changed sparkles so they look less like blobs.
  2404.     (Thanks to Dave Nelson for the suggestion.)
  2405.  
  2406.   * Added a mode that uses XORs ("rubber-band lines") much less:  --nooutlines
  2407.     It should help for very slow machines and using Tux Paint remotely
  2408.     over a networked X display.
  2409.  
  2410.   * The 'Circle' shape no longer switches into rotation mode
  2411.     (since it never affected the shape!)
  2412.  
  2413.  
  2414. 2003.January.6  (0.9.3)
  2415.   * Chinese translation!
  2416.     Wang Jian <lark@linux.net.cn>
  2417.  
  2418.   * Fixed bug when testing for printer availability under Windows.
  2419.     John Popplewell <john@johnnypops.demon.co.uk>
  2420.  
  2421.   * Screen now refreshes when switching back to fullscreen Tux Paint.
  2422.     John Popplewell <john@johnnypops.demon.co.uk>
  2423.  
  2424.   * Spanish translation update.
  2425.     Gabriel Gazzan <ggabriel@internet.com.uy>
  2426.  
  2427.   * Lots of Spanish documentation updates.
  2428.     Gabriel Gazzan <ggabriel@internet.com.uy>
  2429.  
  2430.   * FAQ categorized
  2431.  
  2432.  
  2433. 2002.December.10  (0.9.2)
  2434.   * Translated INSTALL.txt, FAQ.txt and PNG.txt documentation to Dutch.
  2435.     Geert Stams <geert-csg@wanadoo.nl>
  2436.  
  2437.   * Updated AUTHORS.txt
  2438.  
  2439.   * Updated Norwegian documentation (docs/nn/INSTALLERING.txt)
  2440.     Karl Ove Hufthammer <karl@huftis.org>
  2441.   
  2442.   * Added initial attempt at keyboard control support
  2443.     (for mouseless environments): "--keyboard"
  2444.  
  2445.   * UTF-8 support working.
  2446.  
  2447.   * Korean translation completed!
  2448.     Mark K. Kim <mkkim214@gmail.com>
  2449.  
  2450.   * Fixed errors in 'uninstall' target in Makefile
  2451.  
  2452.  
  2453. 2002.November.16  (0.9.1)
  2454.   * Updated man page.
  2455.  
  2456.   * Translated to Catalan.
  2457.     Pere Pujal Carabantes <ppujal@airtel.net>
  2458.  
  2459.   * Added some missing "gettext_noop()" wrappers to some strings.
  2460.   
  2461.   * Stamp sound effects played when clicked, even if stamp is already selected.
  2462.  
  2463.   * Added more translated documentation directories, with dummy docs.
  2464.  
  2465.   * Simplified documentation installation target in Makefile
  2466.     (and fixed permissions to something more sensible).
  2467.  
  2468.  
  2469. 2002.November.12  (0.9.0)
  2470.   * Fixed endian issue which caused stamp icons and saved-file thumbnails to
  2471.     have messed up colors!  (Tested on Mac laptop running Mac OS X.)
  2472.  
  2473.   * Added FAQ item regarding fullscreen not being in 640x480 under Linux.
  2474.     (Partially based on libSDL's Linux FAQ:
  2475.     http://www.libsdl.org/faq.php?action=listentries&category=3#34 )
  2476.  
  2477.   * Added notice about downloading libraries and '-dev' packages under
  2478.     compiling/Linux section of INSTALL.txt.
  2479.  
  2480.   * Rearranged INSTALL.txt some.
  2481.  
  2482.   * Converted titlescreen image from JPEG to PNG
  2483.     (so libJPEG would no longer be required).
  2484.  
  2485.   * Updated PNG software list (PNG.txt)
  2486.  
  2487.   * Added version number and release date to title screen.
  2488.  
  2489.   * Fixed strange undo/redo access bug (redo available after open).
  2490.  
  2491.   * Uses "Library/Preferences/tuxpaint" instead of hidden ".tuxpaint"
  2492.     directory under Mac OS X.
  2493.     Darrell Walisser <walisser@mac.com>
  2494.  
  2495.  
  2496. 2002.November.3
  2497.   * HTML documentation cleaned up (no warnings or errors from HTML Tidy!)
  2498.  
  2499.   * Updated Norwegian translation of INSTALL.txt (INSTALLERING.txt)
  2500.     Karl Ove Hufthammer <karl@huftis.org>
  2501.  
  2502.   * Translated to Hungarian.
  2503.     T÷r÷k Gßbor <gabo@linuxmania.hu>
  2504.  
  2505.   * Partly translated to Korean.  PO file in an unusable charset, though...
  2506.     Mark K. Kim <mkkim214@gmail.com>
  2507.  
  2508.   * Supports locale-specific fonts for languages that need Unicode.
  2509.     e.g., Korean will use "ko.ttf", if found, for translated strings.
  2510.  
  2511.   * Updated Spanish translation.
  2512.     Gabriel Gazzan <ggabriel@internet.com.uy>
  2513.  
  2514.   * Updated French translation.
  2515.     Jacques Chion <Jacques.Chion@wanadoo.fr>
  2516.  
  2517.  
  2518. 2002.October.26
  2519.   * Updated German translation.
  2520.     Fabian Franz <FabianFranz@gmx.de>
  2521.  
  2522.   * Updated Brazilian Portuguese translation.
  2523.     Daniel Jose Viana <danjovic@vespanet.com.br>
  2524.  
  2525.   * Updated Icelandic translation.
  2526.     Pjetur G. Hjaltason <pjetur@pjetur.net>
  2527.  
  2528.   * Updated French translation.
  2529.     Jacques Chion <Jacques.Chion@wanadoo.fr>
  2530.  
  2531.   * Translated to Czech.
  2532.     Peter Sterba <sterba@sterba.com>
  2533.     Martin <barin@email.cz>
  2534.  
  2535.   * Fixed KDE_ICON_PREFIX setting (needed '--expandvars' arg. to kde-config)
  2536.     Pjetur G. Hjaltason <pjetur@pjetur.net>
  2537.  
  2538.   * Updated KDE launcher install to place .desktop file where kde-config says to.
  2539.  
  2540.   * Updated Gnome launcher install to use `gnome-config --prefix`
  2541.  
  2542.   * Now using Links (instead of Lynx) to convert HTML README to text.
  2543.  
  2544.  
  2545. 2002.October.20
  2546.   * Updated INSTALL.txt documentation.
  2547.  
  2548.   * Updated README.txt documentation.
  2549.  
  2550.   * Created HTML version of README documentation, with screenshots!
  2551.  
  2552.   * Updated Icelandic translations.
  2553.     Pjetur G. Hjaltason <pjetur@pjetur.net>
  2554.  
  2555.   * Updated Norwegian translations.
  2556.     Karl Ove Hufthammer <karl@huftis.org>
  2557.  
  2558.   * Installs pt_br documentation now.
  2559.  
  2560.   * Created British English (en_GB) translation.  (i.e., "color" is "colour")
  2561.  
  2562.  
  2563. 2002.October.19
  2564.   * Windows printing updates (src/win_print.c):
  2565.     - Correct aspect ratio (e.g., circles are now circular). 
  2566.     - Image now centered on the page horizontally
  2567.     - Printouts work in high-quality mode
  2568.     - Looks good on John's Epson Stylus Color 860
  2569.     - Fixes for possible crashing bugs
  2570.     John Popplewell <john@johnnypops.demon.co.uk>
  2571.  
  2572.   * Updated Norwegian translations.
  2573.     Karl Ove Hufthammer <karl@huftis.org>
  2574.  
  2575.   * Made toolbox, color selector, and object selector titles translatable.
  2576.  
  2577.   * Replaced SGML man pages with hand-written nroff.
  2578.  
  2579.   * Extensive man page updates.
  2580.  
  2581.  
  2582. 2002.October.6
  2583.   * Windows printing support!
  2584.     John Popplewell <john@johnnypops.demon.co.uk>
  2585.  
  2586.   * Updated Shape tool's tips.
  2587.     (Thanks to Tarmo for pointing this out.)
  2588.  
  2589.   * Fixed 'Great!' sayings (src/great.h) to be wrapped in gettext_noop()
  2590.     Fabian Franz <FabianFranz@gmx.de>
  2591.   
  2592.   * Fixed forgotten endian issue with stamps (seen on Sparq & PowerPC)
  2593.     Thanks to Fabian's keen eyes.
  2594.  
  2595.   * Finnish updates.
  2596.     Tarmo Toikkanen <tarmo.toikkanen@iki.fi>
  2597.  
  2598.   * Updated Brazilian Portuguese translation.
  2599.     Daniel Jose Viana <danjovic@vespanet.com.br>
  2600.  
  2601.   * Updated Norwegian translations.
  2602.     Karl Ove Hufthammer <karl@huftis.org>
  2603.  
  2604.   * Updated Icelandic translations.
  2605.     Pjetur G. Hjaltason <pjetur@pjetur.net>
  2606.  
  2607.   * Updated Spanish translation.
  2608.     Gabriel Gazzan <ggabriel@internet.com.uy>
  2609.   
  2610.   * Updated / added more Brazilian Portuguese documentation.
  2611.     Daniel Jose Viana <danjovic@vespanet.com.br>
  2612.  
  2613.   * Removed 'Rubber Stamps' section from 'docs/AUTHORS.txt'
  2614.     (since Stamps package has its own 'docs/CONTRIBUTORS.txt' document now)
  2615.  
  2616.   * Dealt with warning with call to TTF_SizeUNICODE
  2617.  
  2618.  
  2619. 2002.September.29
  2620.   * Updated Norwegian documentation.
  2621.     Karl Ove Hufthammer <karl@huftis.org>
  2622.  
  2623.   * Updated German translation.
  2624.     Fabian Franz <FabianFranz@gmx.de>
  2625.  
  2626.   * Fixed problem where some locales wouldn't get translated stamps.
  2627.     Fabian Franz <FabianFranz@gmx.de>
  2628.  
  2629.   * Various sayings can be used instead of just 'Great!'.  See 'src/great.h'
  2630.  
  2631.   * Fixes for Win32
  2632.     John Popplewell <john@johnnypops.demon.co.uk>
  2633.  
  2634.   * Text tool checks width of character in font, rather than relying on
  2635.     'isprint()' - this SHOULD help unicode characters work in the Text tool.
  2636.     Thanks to Jon Atkins <jcatki@jonatkins.org>
  2637.  
  2638.   * Updated Spanish translation.
  2639.     Gabriel Gazzan <ggabriel@internet.com.uy>
  2640.  
  2641.   * Increased scrollbar repeat speed.
  2642.  
  2643.  
  2644. 2002.September.28
  2645.   * Translated to Brazilian Portuguese ('pt_BR').
  2646.     (Get with "--lang brazilian", "--lang brazilian-portuguese" or
  2647.     "--lang portugues-brazilian")
  2648.     Daniel Jose Viana <danjovic@vespanet.com.br>
  2649.  
  2650.   * Fixed 'get_fname()' so that it won't return a directory name with
  2651.     a trailing slash (if no filename was given).  Some 'mkdir()'s don't
  2652.     like trailing slashes.
  2653.     Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
  2654.  
  2655.   * "lang=" setting is now recognized in configuration files.
  2656.  
  2657.   * Default configuration file now exists (Unix/Linux).
  2658.     Installed as /etc/tuxpaint/tuxpaint.conf.
  2659.     (Unless 'PREFIX' is not '/usr' or '/usr/local', then it's
  2660.     installed into $(PREFIX)/etc/tuxpaint/tuxpaint.conf.
  2661.     Overridable by setting CONFDIR Makefile variable)
  2662.     Read before "~/.tuxpaintrc".
  2663.     Reading it can be disabled with "--nosysconfig" on command-line.
  2664.  
  2665.   * Added support for "OPTION=no" in config file, as well as
  2666.     "UNOPTION=yes" (like command-line args. use), so that "~/.tuxpaintrc"
  2667.     can override any settings in new system config.
  2668.     (e.g., "noprint=no" or "print=yes" will override a "noprint=yes")
  2669.  
  2670.   * Updated INSTALL.txt and README.txt for Windows users.
  2671.     John Popplewell <john@johnnypops.demon.co.uk>
  2672.  
  2673.   * Updated Spanish documentation.
  2674.     Gabriel Gazzan <ggabriel@internet.com.uy>
  2675.  
  2676.   * Added warnings about untranslated strings ("NOTRANS: ...") to
  2677.     debugging output.  ("#define DEBUG")  (Useful for translators.)
  2678.  
  2679.   * Added option to disable 'fancy' mouse pointers:  --nofancycursors
  2680.     (since fullscreen under Windows and non-X-Window targets under Linux
  2681.     currently have problems due to an SDL library bug)
  2682.  
  2683.   * Changed 'tuxpaint-import's usage message to reflect that it can import
  2684.     multiple files at a time, and that it has a "--help" option.
  2685.  
  2686.   * Updated 'tuxpaint-import's help message to describe what the program does.
  2687.  
  2688.  
  2689. 2002.September.25
  2690.   * Translated to Danish.
  2691.     Rasmus Erik Voel Jensen <i18n@solsort.dk>
  2692.  
  2693.   * Norwegian updates.
  2694.     Karl Ove Hufthammer <karl@huftis.org>
  2695.  
  2696.   * Updated Karl's e-mail address in docs.
  2697.  
  2698.  
  2699. 2002.September.24
  2700.   * Norwegian translation of INSTALL.txt
  2701.     Karl Ove Hufthammer <karl@huftis.org>
  2702.  
  2703.   * Updated Icelandic translations.
  2704.     Pjetur G. Hjaltason <pjetur@pjetur.net>
  2705.  
  2706.   * Fixed bug where German translation of stamps wouldn't be used.
  2707.     Fabian Franz <FabianFranz@gmx.de>
  2708.  
  2709.   * 'Great!' text appears when you use stamps, etc., again.
  2710.     Replaced with the old tip text (e.g., stamp description, 
  2711.     instructions, etc.) after a moment.
  2712.     Fabian Franz <FabianFranz@gmx.de>
  2713.  
  2714.   * Prompt and label font is smaller when in "--uppercase" mode.
  2715.  
  2716.   * "Open", "Erase" and "Back" buttons in 'Open' dialog are now translatable.
  2717.     (Still need to translate selector titles (e.g., "Tools", "Colors", etc.))
  2718.  
  2719.  
  2720. 2002.September.23
  2721.   * Replaced key-repeat code with simple SDL-based key repeat.
  2722.     Fabian Franz <FabianFranz@gmx.de>
  2723.  
  2724.   * Fixed toolbar bug when using 'Save' via [Ctrl]-[S] shortcut.
  2725.     Fabian Franz <FabianFranz@gmx.de>
  2726.  
  2727.   * Shortcut keys for "Yes" and "No" prompts are now based on the
  2728.     first character of the translated versions of those words.
  2729.     (e.g., in Spanish, [S] for "Si", and [N] for "No".
  2730.     In German, [J] for "Ja", and [N] for "Nein".)
  2731.     Fabian Franz <FabianFranz@gmx.de>
  2732.  
  2733.   * Added URLs to Windows and Mac software in PNG.txt.
  2734.  
  2735.   * README updated.
  2736.  
  2737.   * Some documentation translated to German.  (See "docs/de/")
  2738.     (Using Google.com Language Tools)
  2739.  
  2740.   * Placeholders created for some other translated documentation.
  2741.  
  2742.   * Translated documentation gets installed now.
  2743.  
  2744.   * 'Print' tool disabled when picture is blank
  2745.     (Simply mimicks 'New' tool)
  2746.     Fabian Franz <FabianFranz@gmx.de>
  2747.  
  2748.   * Mouse wheel now scrolls selector (e.g., list of stamps, brushes, etc.)
  2749.     (Non-wheel mouse users can try it with mouse buttons 2 and 3 under
  2750.     X-Window by running:   xmodmap -e "pointer = 1 4 5"  )
  2751.     Fabian Franz <FabianFranz@gmx.de>
  2752.  
  2753.   * Mouse wheel can be disabled with "nowheelmouse=yes" in config., or
  2754.     "--nowheelmouse" on commandline.
  2755.  
  2756.  
  2757. 2002.September.22
  2758.   * Updated Spanish documentation.  (Added translation of PNG.txt)
  2759.     Gabriel Gazzan <ggabriel@internet.com.uy>
  2760.  
  2761.   * Updated Norwegian translations.
  2762.     Karl Ove Hufthammer <karl@huftis.org>
  2763.  
  2764.   * Free mouse pointer shapes on exit.
  2765.     John Popplewell <john@johnnypops.demon.co.uk>
  2766.  
  2767.   * Ignore $HOME env. variable under Windows (not used there normally,
  2768.     but could be - e.g., if the user happens to use CVS)
  2769.     John Popplewell <john@johnnypops.demon.co.uk>
  2770.  
  2771.  
  2772. 2002.September.21
  2773.   * Selector scroll buttons 'repeat' if mouse is held down on them.
  2774.     Fabian Franz <FabianFranz@gmx.de>
  2775.  
  2776.   * Rotate mode of shape tool has its own mouse pointer shape.
  2777.  
  2778.   * Rotate mode of shape tool warps mouse to '0 degree' rotation spot.
  2779.  
  2780.   * Increased threshold of Magic 'Fill' tool.
  2781.  
  2782.   * Created "tuxpaint-import" shell script which will take an arbitrary
  2783.     image file (JPEG, GIF, PNG, etc.) and make a copy available to Tux Paint
  2784.     (by converting it to an appropriately-sized and -shaped PNG file and
  2785.     placing it in "~/.tuxpaint/saved/").  Only works under Linux and Unix...
  2786.  
  2787.   * Fixed bug where trying to type a Control character in the 'Text' tool
  2788.     would crash Tux Paint.
  2789.  
  2790.   * Some updates to man page (tuxpaint.sgml).  Ugh!  Help me!
  2791.  
  2792.   * Rearranged and reprioritized TODO.txt some more.
  2793.  
  2794.   * Blinking cursor in text tool moves right now.
  2795.  
  2796.   * Keys repeat in text tool.
  2797.  
  2798.   * Fixed bug where 'Fill' could recurse infinitely and crash Tux Paint.
  2799.  
  2800.  
  2801. 2002.September.20
  2802.   * Updated AUTHORS.txt
  2803.  
  2804.   * Updated README.txt (regarding brushes, stamps, fonts).
  2805.  
  2806.   * Added a flood fill ("bucket fill") Magic tool.
  2807.     Based on http://www.wikipedia.org/wiki/Flood_fill/C_example
  2808.     by Damian Yerrick - http://www.wikipedia.org/wiki/Damian_Yerrick
  2809.  
  2810.   * Flood fill can be faster and lower quality.
  2811.     #define LOW_QUALITY_FLOOD_FILL, and only exact pixel matches will be
  2812.     checked for.
  2813.  
  2814.   * Thumbnails in 'Open' dialog can be double-clicked to open them.
  2815.  
  2816.   * Brushes, stamps and fonts can be stored in the user's
  2817.     tuxpaint directory.  ("~/.tuxpaint/" under Linux and Unix,
  2818.     "userdata" under Windows.)  They go under "brushes", "stamps" and "fonts"
  2819.     subdirectories, respectively.
  2820.  
  2821.  
  2822. 2002.September.19
  2823.   * Updated Spanish documentation.
  2824.     Gabriel Gazzan <ggabriel@internet.com.uy>
  2825.  
  2826.   * Updated INSTALL.txt with steps that Installer EXE goes through.
  2827.  
  2828.   * Icelandic translation.
  2829.     Pjetur G. Hjaltason <pjetur@pjetur.net>
  2830.  
  2831.   * Color selector and current tool's selector greyed out in 'Open' dialog.
  2832.     (Good solution for now...)
  2833.  
  2834.   * Font and color changes while typing text are reflected by the preview.
  2835.   
  2836.   * Background of text preview is dark grey if the rendered text color is light.
  2837.  
  2838.   * [Enter] key moves text cursor down one line and starts a new line of text.
  2839.  
  2840.   * Undo/Redo works better with text tool.
  2841.  
  2842.   * Text tool rendering is clipped to canvas area (no more overwriting
  2843.     Tux Paint's widgets)
  2844.  
  2845.   * Text tool cursor height corresponds to current font's general height.
  2846.  
  2847.   * Clicking a new position while entering text moves the current text,
  2848.     rather than rendering it and starting a new line.
  2849.  
  2850.   * Text tool allows broader range of characters
  2851.     (e.g., uppercase, punctuation, etc.) thanks to
  2852.     'event.key.keysym.unicode' values.
  2853.  
  2854.  
  2855. 2002.September.15
  2856.   * "Save over the older version...?" prompt can be disabled.
  2857.     "--saveover" (or "saveover=yes") will always save over the existing file.
  2858.     "--saveovernew" (or "saveover=new") will always save a new file.
  2859.     "--saveoverask" (or "saveover=ask") will prompt (the old, and default mode)
  2860.     (Karl Ove Hufthammer's suggestion)
  2861.     
  2862.   * Added option to have Tux Paint grab all keyboard and mouse input.
  2863.     This should keep the mouse inside Tux Paint's window and override
  2864.     things like [Alt]-[Tab] window cycling and [Alt]-[Enter] fullscreen
  2865.     toggling.
  2866.  
  2867.   * Context-sensitive mouse pointer shapes!
  2868.  
  2869.   * Fixed some indentation anomolies in tuxpaint.c
  2870.  
  2871.   * Increased audio buffer even more (2Kbytes) under Windows, for better sound.
  2872.     John Popplewell <john@johnnypops.demon.co.uk>
  2873.  
  2874.   * Cleaned up memory leaks from 'uppercase()' calls.
  2875.     John Popplewell <john@johnnypops.demon.co.uk>
  2876.  
  2877.   * Cleaned up loaded fonts when quitting.
  2878.     John Popplewell <john@johnnypops.demon.co.uk>
  2879.  
  2880.   * Mouse buttons 2 and 3 supported again.  (Wheel still not used.)
  2881.     Partly because kids may get frustrated using 2- and 3-button mice.
  2882.     Partly due to a lefthand/righthand bug in SDL for Windows in fullscreen.
  2883.     (Thanks to John Popplewell.)
  2884.  
  2885.  
  2886. 2002.September.14
  2887.   * Fixed bug where tool tip would revert to English.
  2888.     (Thanks to Karl Ove Hufthammer and John Popplewell)
  2889.  
  2890.   * Fixed README.txt regarding Norwegian.
  2891.  
  2892.   * Update Spanish translation.
  2893.     Gabriel Gazzan <ggabriel@internet.com.uy>
  2894.  
  2895.   * Stamp description no longer replaced with "Great!" when stamp drawn.
  2896.     (Thanks to Karl Ove Hufthammer for the suggestion.)
  2897.  
  2898.   * "Your picture has been saved" prompt when saving-on-quit is now
  2899.     translated properly.
  2900.  
  2901.   * Added "--uppercase" option, which renders all text strings entirely
  2902.     in uppercase (for children who haven't learned lowercase letters yet).
  2903.     (Or use "uppercase=yes" in config. file.  "--mixedcase" to override config.)
  2904.  
  2905.   * Created an Frequently Asked Questions document: FAQ.txt.
  2906.  
  2907.   * More compile-time options reported (if set) in "--version" output.
  2908.  
  2909.   * Only mouse button 1 (left-click) is used now.  All other buttons ignored.
  2910.     (Avoids problems with mouse wheels causing 'hyper clicking.')
  2911.     (Perhaps it should be buttons 1 through 3?)
  2912.  
  2913.  
  2914. 2002.September.12
  2915.   * Translated to Swedish.
  2916.     Daniel Andersson <daniel@septum.org>
  2917.  
  2918.   * More work on the text tool.
  2919.     (Now activated by default, but still not perfect; see TODO.txt)
  2920.  
  2921.   * Fonts loaded from 'data/fonts/' directory.  Font selector added!
  2922.  
  2923.  
  2924. 2002.September.11
  2925.   * Updated Spanish translations.
  2926.     Gabriel Gazzan <ggabriel@internet.com.uy>
  2927.   
  2928.   * Updated Norwegian translations.
  2929.     Karl Ove Hufthammer <karl@huftis.org>
  2930.  
  2931.   * Fixed horrible sounding audio in Win32.
  2932.     John Popplewell <john@johnnypops.demon.co.uk>
  2933.     Thanks to: Gabriel Gazzan <ggabriel@internet.com.uy>
  2934.  
  2935.   * Removed "Loading" image.
  2936.  
  2937.   * Fixed bug where "New" tool would be disabled if 'Open' was cancelled.
  2938.  
  2939.   * Ctrl-N does the same as pushing the 'New' button.
  2940.  
  2941.   * Added keyboard shortcuts to README.txt.
  2942.  
  2943.   * Reorganized and (kinda) prioritized TODO.txt.
  2944.  
  2945.   * Created 16x16, 32x32 and 48x48 icons for KDE.  Install them into
  2946.     wherever "kde-config --install icon" says is good, if 'kde-config' exists.
  2947.  
  2948.   * Started working on text tool.  (#define ENABLE_TEXT_TOOL to try it out.
  2949.     Warning: It's unusable!)
  2950.  
  2951.  
  2952. 2002.September.8
  2953.   * Fixed bug in Win32 'opendir'
  2954.     John Popplewell <john@johnnypops.demon.co.uk>
  2955.  
  2956.   * "docbook-to-man" is now optional.  (Without it, man page won't be built.)
  2957.     Thanks to Mike Simons for bash tips.
  2958.  
  2959.   * Updated Norwegian translations.
  2960.     Karl Ove Hufthammer <karl@huftis.org>
  2961.  
  2962.   * Moved list of stamp ideas from TODO.txt into stamp package's own to-do list.
  2963.  
  2964.   * Print tool enabled!  (Linux/Unix only; requires NetPBM tools)
  2965.   
  2966.   * Print tool can be disabled with "--noprint" on command-line, or
  2967.     "noprint=yes" in config. file (can be re-enabled with "--print" on
  2968.     command line).
  2969.  
  2970.   * Printing can be restricted to only one print every N seconds, with
  2971.     "--printdelay=SECONDS" on command-line, or "printdelay=SECONDS" in
  2972.     config. file.  ("--printdelay=0" will disable the restriction).
  2973.     Thanks to Koyote on #ucd for the idea.
  2974.  
  2975.   * Print command can be set (default is "lpr") with "printcommand=COMMAND"
  2976.     in config. file.
  2977.  
  2978.   * 'fopen' opens PNG for write in binary mode ("wb"; for Win32)
  2979.  
  2980.   * Thumbnails are now saved (making Open dialog much faster!)
  2981.     (Existing saved images without thumbnails are given thumbnails the first
  2982.     time 'Open' is clicked, too!)
  2983.  
  2984.   * Files in 'Open' dialog are sorted by filename (aka time/date created).
  2985.     This gets around new files ending up in 'holes' in the directory structure
  2986.     where files had been deleted.
  2987.  
  2988.   * Added an alpha-blended shadow behind pop-up prompts.
  2989.     (Can be disabled by #define'ing "NO_PROMPT_SHADOWS" in src/tuxpaint.c)
  2990.  
  2991.   * Increased number of files Tux Paint can deal with from 128 to 256.
  2992.  
  2993.   * Approx. doubled number of undo buffers.
  2994.  
  2995.   * Added progress bar to Save operation.
  2996.  
  2997.  
  2998. 2002.September.6
  2999.   * Fixed translation problems in Makefile (installed italian into dutch,
  3000.     didn't uninstall some of the new ones)
  3001.     (Thanks to Ben Armstrong)
  3002.  
  3003.   * Updated Dutch translation (after testing on some children).
  3004.     Herman Bruyninckx <Herman.Bruyninckx@mech.kuleuven.ac.be>
  3005.  
  3006.   * Updated Norwegian translation (for some new strings).
  3007.     Karl Ove Hufthammer <karl@huftis.org>
  3008.  
  3009.   * Fixed misspelling of "occurred" in errors and warnings.
  3010.     (Thanks to Andries Brouwer for noticing)
  3011.  
  3012.   * Reset tool tip after Open dialog goes away.
  3013.  
  3014.   * do_save() returns whether there was success, so now if there wasn't,
  3015.     Tux Paint doesn't think the picture was saved, and won't quit if
  3016.     you save-on-quit and it failed.
  3017.  
  3018.   * A prompt shows up confirming save-on-quit.
  3019.  
  3020.   * Fixed problem with CTRL commands not being noticed.
  3021.  
  3022.   * Attempted installation skeleton for Japanese translation.
  3023.     (Nothing translated yet)
  3024.  
  3025.   * Changed default font to a Sans Serif font.
  3026.     From the Free UCS Outline Fonts:
  3027.     http://www.freesoftware.fsf.org/freefont/
  3028.  
  3029.   * Removed all rubber-stamps.  They're now available as a separate download.
  3030.     (tuxpaint-stamps...)
  3031.  
  3032.   * 'loadarbitrary()' won't abort if it can't find any stamps.
  3033.  
  3034.   * Brushes tested to make sure they aren't larger than 40x40.
  3035.  
  3036.  
  3037. 2002.August.23
  3038.   * Support for SDL's upcoming "WMCLASS" support.
  3039.  
  3040.   * Italian translation (it_IT@euro)
  3041.     Marco Milanesi <kpanic@pavia.linux.it>
  3042.  
  3043.   * Dutch translation (nl_BE@euro)
  3044.     Herman Bruyninckx <Herman.Bruyninckx@mech.kuleuven.ac.be>
  3045.  
  3046.   * Added missing Norwegian trans. install (Makefile) and docs. (README.txt)
  3047.  
  3048.   * Norwegian available with "--lang norsk" as well.
  3049.  
  3050.   * More and updated German translations (especially stamp translations).
  3051.     Ingo Blechschmidt <iblech@web.de>
  3052.  
  3053.   * Fixed nickel stamp (was 'colorable', so came out a solid circle).
  3054.  
  3055.   * Renamed US Coin stamps so that they're ordered by value.
  3056.  
  3057.   * Added Italian, Turkish and Dutch versions of the GPL.
  3058.  
  3059.   * Made cursor in 'Open' dialog look nicer.
  3060.  
  3061.   * Made a few of the flower stamps tintable.
  3062.  
  3063.   * Support for legacy saved files (BMP format).
  3064.     (Only issue is when you 'Save over', it actually makes a new file,
  3065.     since it will be ".png", not ".bmp")
  3066.  
  3067.   * Added details on "*PREFIX" variables in Makefile to "INSTALL.txt"
  3068.     (Spanish version of that file currently has this section in English.)
  3069.  
  3070.   * Added animated progress bar ('candy cane' or 'barbershop pole', since
  3071.     determining percentage of progress is quite difficult!).  Displayed
  3072.     when first starting up, as well as when creating thumbnails for the
  3073.     'Open' screen...
  3074.  
  3075.  
  3076. 2002.August.19
  3077.   * Translated into Norwegian Nynorsk ("NN")
  3078.     Karl Ove Hufthammer <karl@huftis.org>
  3079.  
  3080.   * Finnish translation updated.
  3081.     Tarmo Toikkanen <tarmo.toikkanen@iki.fi>
  3082.  
  3083.   * Updated German translation of some planet stamps.
  3084.     Ingo Blechschmidt <iblech@web.de>
  3085.  
  3086.  
  3087. 2002.August.19
  3088.   * Now saves in PNG format, instead of BMP.  (Huge disk space savings!)
  3089.     (Uses libPNG to save.  Note: Previously-saved BMPs can't be loaded.
  3090.     Sorry!  They must be converted to PNG.)
  3091.  
  3092.   * If 'current' image didn't exist, it won't ask if you wish to replace it
  3093.     when you go to save.
  3094.   
  3095.   * Added US coins, flowers and flags to rubber stamps.
  3096.     (c) Justin Zeigler 2002 Administered by The Project Impresarios of GOVIA.
  3097.     http://govia.osef.org/
  3098.  
  3099.   * Tool buttons disabled when 'Open' dialog is displayed.
  3100.     Fabian Franz <FabianFranz@gmx.de>
  3101.  
  3102.   * Stamps can be colored using the color picker.
  3103.     (Certain stamps can have this enabled.  For example, right now, the
  3104.     mathematical and musical stamps do.)  The stamp really becomes a kind
  3105.     of limited brush.  Create a "STAMP.dat" file for the stamp, and stick
  3106.     the word "colorable" in it.)
  3107.     (Thanks to Fabian Franz for the suggestion.)
  3108.  
  3109.   * Stamps can be tinted using the color picker.
  3110.     (Certain stamps can have this enabled.)  The stamp's brightness and
  3111.     saturation are kept, but the hue of the currently-picked color is used.
  3112.     Create a "STAMP.dat" file for the stamp, and stick the word
  3113.     "tintable" in it.)
  3114.  
  3115.   * LOCALE_PREFIX, the location where translation files (".mo") should be
  3116.     installed, is now based on PREFIX in Makefile.  Source has been
  3117.     updated with a 'bindtextdomain()' (which was used under Win32),
  3118.     which lets 'gettext()' find the translations, regardless of where
  3119.     they are.  (e.g., you can install as a non-root user now)
  3120.  
  3121.   * Updated Spanish translations of stamp descriptions.
  3122.     Gabriel Gazzan <ggabriel@internet.com.uy>
  3123.  
  3124.   * Selector sound effect doesn't get played when a stamp is selected
  3125.     which has its own sound effect.
  3126.  
  3127.  
  3128. 2002.August.12
  3129.   * Removed rainbow magic tool's ending sound effect altogether.
  3130.  
  3131.   * Rubber stamp outlines now based on shape of the stamp.
  3132.     (Simple rectangle outlines available by #define'ing
  3133.     "LOW_QUALITY_STAMP_OUTLINE" at the top of src/tuxpaint.c)
  3134.     (Thanks to Ben Armstrong for the idea.)
  3135.  
  3136.   * Rubber stamps can have their own sound effects (STAMP.wav)
  3137.     (.e.g, "pict.wav" is the sound for the stamp "pict.png")
  3138.  
  3139.   * Rubber stamps can have localized sound effects (STAMP_LOCALE.wav)
  3140.     (e.g., "pict_fr.wav" and "pict_es.wav")
  3141.  
  3142.   * Rubber stamps directory moved out of "data/images/" and into just "data/"
  3143.  
  3144.   * Brush directory moved out of "data/images" and into just "data/"
  3145.  
  3146.   * Moved "Rainbow" and "Sparkles" magic tool buttons to the top of the
  3147.     list, since they actually DRAW things.  (So if a child goes to the
  3148.     "Magic" tool while the picture is still blank, they can at least draw
  3149.     without having to pick a specific magic tool.)
  3150.  
  3151.   * Fixed bug where tall and narrow stamps' thumbnails would be aligned wrong
  3152.     in their buttons on the selector.
  3153.  
  3154.   * Surface locking and unlocking moved to outside loops/etc.,
  3155.     rather than being WITHIN putpixel() and getpixel() functions!
  3156.     (i.e., locking occurs far less frequently, so some things, like XOR lines,
  3157.     should be sped up a little)
  3158.  
  3159.   * Animated filled shapes.  (On slower machines, it takes quite a while,
  3160.     so you can't tell if it's doing anything!)
  3161.  
  3162.   * Added Turkish translation.  (Buggy - charset needs fixing.)
  3163.     Doruk Fisek <dfisek@fisek.com.tr>
  3164.  
  3165.   * Resampled and trimmed some sound files (to make them smaller).
  3166.  
  3167.     
  3168. 2002.August.9
  3169.   * Translated button labels to German.
  3170.     Fabian Franz <FabianFranz@gmx.de>
  3171.  
  3172.   * Translated button labels to Spanish.
  3173.     Gabriel Gazzan <ggabriel@internet.com.uy>
  3174.  
  3175.   * Translated button labels to French.
  3176.     Jacques Chion <Jacques.Chion@wanadoo.fr>
  3177.  
  3178.   * Button label font size larger, and scaled horizontally (may squish
  3179.     aspect ratio!) to fit within the buttons. (Makes things more readable.)
  3180.  
  3181.   * Check LANG env. variable if LC_ALL contains "LC_MESSAGES"
  3182.     Fabian Franz <FabianFranz@gmx.de>
  3183.  
  3184.   * Disabled warnings about description-less stamp images.
  3185.     Fabian Franz <FabianFranz@gmx.de>
  3186.  
  3187.   * Translated documentation directories created (docs/es, docs/fr, etc.)
  3188.  
  3189.   * Documentation (AUTHORS.txt, INSTALL.txt) translated to Spanish.
  3190.     Gabriel Gazzan <ggabriel@internet.com.uy>
  3191.  
  3192.   * Spanish, French and German versions of GPL (COPYING.txt) included.
  3193.  
  3194.   * Stamp images divded into "photo" and "cartoon" subdirectories,
  3195.     reorganized some.
  3196.  
  3197.   * More space images added (from NASA and NSSDC public domain photo
  3198.     gallery).  Planets renamed #_name.png, so that they sort in the
  3199.     correct order.
  3200.  
  3201.   * List of stamp ideas added to TODO.txt
  3202.  
  3203.   * Previous tool re-selected if you go to Quit and then decide not to.
  3204.  
  3205.   * Fixed bug where Redo and Undo wouldn't make Save available if you've
  3206.     just saved...
  3207.  
  3208.   * Fixed bug opening tuxpaint.cfg under Windows.
  3209.     John Popplewell <john@johnnypops.demon.co.uk>
  3210.  
  3211.   * Fixed minor font opening/closing bugs
  3212.     John Popplewell <john@johnnypops.demon.co.uk>
  3213.  
  3214.   * Disabled sound effect wait when finishing a rainbow magic tool draw.
  3215.     (Should interrupt now, instead?)
  3216.     John Popplewell <john@johnnypops.demon.co.uk>
  3217.  
  3218.   * Translated more stamp descriptions into German, French and Spanish
  3219.     (Using Google.com's language tool.)
  3220.  
  3221.   * Added mathematic stamps (numbers, operators)
  3222.  
  3223.   * Added musical stamps (clefs, notes, rests, keys)
  3224.  
  3225.  
  3226. 2002.August.4
  3227.   * Added "Thick" and "Thin" magical effects.
  3228.  
  3229.   * Reorganized some magical effects in the selector menu.
  3230.  
  3231.   * Text removed from button icons, and can now be translated using gettext!
  3232.  
  3233.   * Filled shapes enabled.  (Using lame radius-based fill, rather than
  3234.     scanline fill.  Couldn't get scanline fill to work yet, though.)
  3235.  
  3236.   * Renamed 'slash' brushes so they sort more nicely in the brush selector.
  3237.  
  3238.   * Gave magical effects their own sound effects.
  3239.  
  3240.   * Used a better 'harp' intro sound effect.
  3241.  
  3242.  
  3243. 2002.August.2
  3244.   * Fixed command-line argument parsing bug.
  3245.     Ben Armstrong <synrg@sanctuary.nslug.ns.ca>
  3246.  
  3247.   * Fixed broken Spanish translation .po file.
  3248.     Gabriel Gazzan <ggabriel@internet.com.uy>
  3249.  
  3250.   * Made "wait_for_sfx()" less CPU-intensive and hopefully better on Win32(?)
  3251.     John Popplewell <john@johnnypops.demon.co.uk>
  3252.  
  3253.   * Made sure "LC_MESSAGES" dirs created by "install" in Makefile
  3254.     Ben Armstrong <synrg@sanctuary.nslug.ns.ca>
  3255.  
  3256.   * Added "uninstall" target to Makefile
  3257.  
  3258.   * Changed font to "efont.ttf", a completely free, GPL'd font.
  3259.     (See: http://openlab.ring.gr.jp/efont/serif/)
  3260.  
  3261.   * Added info to INSTALL.txt on making a TuxPaint shortcut under Windows,
  3262.     and using it to alter command-line options.
  3263.     John Popplewell <john@johnnypops.demon.co.uk>
  3264.  
  3265.   * Added info to README.txt on ways to change language settings under
  3266.     Windows.
  3267.     John Popplewell <john@johnnypops.demon.co.uk>
  3268.  
  3269.   * Win32 updates for LOCALE-related stuff.
  3270.     John Popplewell <john@johnnypops.demon.co.uk>
  3271.  
  3272.   * Reduced font size (some text was overlapping or going off the screen).
  3273.     (Needs more testing)
  3274.  
  3275.   * Updated AUTHORS.txt some.
  3276.  
  3277.  
  3278. 2002.July.31
  3279.   * Fixed memory deallocation bug in "Open" dialog function.
  3280.  
  3281.   * Translated to Finnish
  3282.     Tarmo Toikkanen <tarmo.toikkanen@iki.fi>
  3283.  
  3284.   * Update Spanish translation
  3285.     Gabriel Gazzan <ggabriel@internet.com.uy>
  3286.  
  3287.   * Switched from using #define'd strings for translations to using "gettext"
  3288.     and ".po" files (see src/po/)
  3289.     Fabian Franz <FabianFranz@gmx.de>
  3290.     (Thanks to Andreas Best <a_best@web.de> for help getting locales working)
  3291.  
  3292.   * Added "--locale" option to override current locale at runtime
  3293.     (e.g. "--locale de_DE@euro")
  3294.  
  3295.   * Added "--lang" option to override current locale at runtime,
  3296.     using human-readable language names.
  3297.     (e.g. "--locale german" or "--locale deutsch")
  3298.  
  3299.   * Stamp descriptions now support multiple languages.
  3300.     (Each description MUST be on one line - multiple lines no longer supported!)
  3301.  
  3302.     Lines beginning with "xx=" (where "xx" is a locale abbreviation,
  3303.     e.g. "de" for German or "es" for Spanish) provide text for their
  3304.     respective locales.
  3305.  
  3306.   * Added details about stamp multilingual support to "README.txt".
  3307.  
  3308.   * Added more requirements to the "INSTALL.txt" documentation.
  3309.  
  3310.   * Supports a "~/.tuxpaintrc" file which contains default options
  3311.     (e.g. "fullscreen=yes")
  3312.  
  3313.   * Command-line options to disable some options
  3314.     (e.g., "--windowed" to override a "fullscreen=yes" in .tuxpaintrc)
  3315.  
  3316.  
  3317. 2002.July.24
  3318.   * Fixed a bug where Ctrl-Z and Ctrl-R would do Undo and Redo even if you
  3319.     shouldn't be able to.
  3320.  
  3321.   * Undo and Redo disable shape tool if it's active.
  3322.     (Really, Undo should only become available AFTER the shape has been
  3323.     rotated and drawn...)
  3324.  
  3325.  
  3326. 2002.July.23
  3327.   * Added more (and updated some) French translations.
  3328.     Jacques Chion <Jacques.Chion@wanadoo.fr>
  3329.  
  3330.   * Added first German translations
  3331.     Fabian Franz <FabianFranz@gmx.de>
  3332.  
  3333.   * Fixed word-wrap issue with prompt button labels.
  3334.  
  3335.   * Multiple lines now read properly in stamp description (.txt) files.
  3336.  
  3337.   * Makefile changes (PREFIX and icon/launcher pathes)
  3338.     to suit the Filesystem Heirarchy Standard
  3339.     ( http://www.debian.org/doc/packaging-manuals/fhs/ )
  3340.     Ben Armstrong <synrg@sanctuary.nslug.ns.ca>
  3341.  
  3342.  
  3343. 2002.July.19
  3344.   * Installs man page into /usr/share/man by default now.
  3345.  
  3346.   * Man page now gzipped when installed.
  3347.  
  3348.   * No longer installs "INSTALL.txt" when installing documents.
  3349.  
  3350.   * Install target split up (install-bin, install-data, etc.) in Makefile
  3351.     Ben Armstrong <synrg@sanctuary.nslug.ns.ca>
  3352.  
  3353.   * Added initial help display ("--help")
  3354.  
  3355.   * Installs PNG icon (for use by GNOME, KDE, etc.)
  3356.     Installs into /usr/share/pixmaps/
  3357.  
  3358.   * Installs launcher into GNOME and KDE menus (under "Graphics")
  3359.  
  3360.   * Created 32x32, 24 color (based on "cmap.xpm") XPM icon.
  3361.     Installs into /usr/X11R6/include/X11/pixmaps/
  3362.  
  3363.   * Added descriptive comments to Makefile
  3364.  
  3365.   * Fixed SDL surface manipulation calls (now locks/unlocks, etc.)
  3366.     John Popplewell <john@johnnypops.demon.co.uk>
  3367.  
  3368.   * Added option for simple Shape tool (no rotation mode)
  3369.     (--simpleshapes)
  3370.  
  3371.   * Version info. shows whether or not
  3372.     LOW_QUALITY_THUMBNAILS, LOW_QUALITY_COLOR_SELECTOR
  3373.     and NOSOUND ("make nosound") were set at compile-time.
  3374.     (Along with version number, version date, and LANG setting.)
  3375.  
  3376.   * Title/credits screen now dismisses itself after 5 seconds.
  3377.  
  3378.   * Added Sparkle and Fade "Magic" tools.
  3379.  
  3380.   * Added accelerator keys:  Ctrl-Z and Ctrl-R for Undo and Redo.
  3381.     Ctrl-S and Ctrl-O for Save and Open.
  3382.  
  3383.   * Fixed "Open" dialog cursor movement bug when scrolling up.
  3384.  
  3385.   * Added key controls for "Open" dialog:  Arrows to move.
  3386.     Space or Enter to open.  Escape to go back.  Ctrl-D to Delete.
  3387.  
  3388.   * Added key controls for pop-up prompts.  Y or Enter to accept.
  3389.     N or Escape to cancel.
  3390.  
  3391.  
  3392. 2002.July.18
  3393.   * Replaced perror() with internal win32_perror() under WIN32.
  3394.     John Popplewell <john@johnnypops.demon.co.uk>
  3395.  
  3396.   * Chalk doesn't grab black around the edges.
  3397.     John Popplewell <john@johnnypops.demon.co.uk>
  3398.  
  3399.   * Added version, usage, and copying displays (--version, --usage, --copying)
  3400.     John Popplewell <john@johnnypops.demon.co.uk>
  3401.  
  3402.   * Added fullscreen and quiet modes (--fullscreen, --nosound)
  3403.     John Popplewell <john@johnnypops.demon.co.uk>
  3404.  
  3405.   * Chalk and Blur don't grab black from the edges anymore.
  3406.     John Popplewell <john@johnnypops.demon.co.uk>
  3407.  
  3408.   * Added option to disable "Quit" button (--noquit)
  3409.  
  3410.   * Man page updated.
  3411.  
  3412.   * Man page now gets installed.
  3413.  
  3414.  
  3415. 2002.July.17
  3416.   * Added Flip, Mirror, Rainbow and Chalk "Magic" tools.
  3417.  
  3418.   * Shape's and Magic's tools' tips now appear when they are selected.
  3419.  
  3420.   * "New" tool wasn't available after opening a saved picture.  Fixed.
  3421.  
  3422.   * Animated prompt window's appearance and dismissal.
  3423.  
  3424.   * Now prompts to save a changed image before opening.
  3425.  
  3426.   * Save's "camera shutter" sound effect now plays completely before quitting.
  3427.  
  3428.   * "Open" screen now has a cursor (select image, then click "Open" to load)
  3429.  
  3430.   * "Open" screen can now delete pictures (select image, then click "Erase")
  3431.  
  3432.   * Changes to "clean" Makefile target
  3433.     Ben Armstrong <synrg@sanctuary.nslug.ns.ca>
  3434.  
  3435.   * Initial man page (docbook SGML, from Debian package of Tux Paint)
  3436.     Ben Armstrong <synrg@sanctuary.nslug.ns.ca>
  3437.  
  3438.   * More memory freeing cleanups.
  3439.     John Popplewell <john@johnnypops.demon.co.uk>
  3440.  
  3441.  
  3442. 2002.July.07
  3443.   * Added the shape tool and began work on filled shapes. (Currently disabled)
  3444.     (Fill algo. based on text in "Computer Graphics: C Version,"
  3445.     (c) Prentice Hall 1997 by Donald Hearn and M. Pauline Baker)
  3446.  
  3447.   * Added Save command.
  3448.  
  3449.   * Added Open command.
  3450.  
  3451.   * "Current" image (opened on launch) now referred-to by ID
  3452.     (current_id.txt), not saved as its own image (current.bmp).
  3453.  
  3454.   * More memory freeing cleanups.
  3455.     John Popplewell <john@johnnypops.demon.co.uk>
  3456.  
  3457.  
  3458. 2002.July.03
  3459.   * Added French language support  (#define LANG_FR)
  3460.     Most translation by:  Charles Vidal <vidalc@club-internet.fr>
  3461.     Some thanks to Babelfish.
  3462.  
  3463.   * Added Spanish language suppirt  (#define LANG_ES)
  3464.     Translation thanks to Babelfish.
  3465.  
  3466.   * Changed UI font to "chicago.ttf", since it supports international chars.
  3467.  
  3468.   * Now strips (converts to spaces) newlines in rubber stamp .txt files
  3469.     (mainly to avoid the "end of line" glyph in the new Chicago font).
  3470.  
  3471.   * Explicitly free up memory at exit
  3472.     John Popplewell <john@johnnypops.demon.co.uk>
  3473.  
  3474.  
  3475. 2002.July.02
  3476.   * Fixed bug in get_fname() under Windows.
  3477.     John Popplewell <john@johnnypops.demon.co.uk>
  3478.  
  3479.   * Moved word-wrap text code from draw_tux_text() into its own
  3480.     function: wordwrap_text()
  3481.  
  3482.   * Added Yes/No prompt function: do_prompt()
  3483.  
  3484.   * Prompts before "New" (erase current image) and "Quit" actions.
  3485.  
  3486.  
  3487. 2002.June.30
  3488.   * Incorporated 32x32 icon for Win32.
  3489.     John Popplewell <john@johnnypops.demon.co.uk>
  3490.  
  3491.   * Added "nosound" Makefile target (to build without sound or SDL_mixer)
  3492.  
  3493.   * Auto-saves current image (to "$HOME/.tuxpaint/current.bmp") when you
  3494.     quit.  Auto-loads it when you start back up (if it's available).
  3495.     (Creates "$HOME/.tuxpaint/" directory if it doesn't exist.)
  3496.     (Under Windows, it is simply in the "userdata/" folder in Tux Paint's
  3497.     folder.)
  3498.  
  3499.   * Data file installation moved to /usr/local/lib/tuxpaint/ by default.
  3500.     (Mike Simons)
  3501.  
  3502.   * Documentation now installed into /usr/local/share/doc/tuxpaint/.
  3503.  
  3504.   * Created first "Magic" tools: "Blur," "Blocks" and "Negative."
  3505.  
  3506.   * Color-picker disabled when not applicable.
  3507.  
  3508.  
  3509. 2002.June.27 [unreleased]
  3510.   * Moved source into src/, documentation into docs/ and object files to obj/
  3511.  
  3512.   * Added "Copyright" to documentation and source files.
  3513.  
  3514.   * Added True Type font (TTF) support, using SDL_ttf library.
  3515.  
  3516.   * Added word-wrap support to the "Tip text"
  3517.  
  3518.   * Incorporated stuff for Windows builds (win_dirent.c/h, some #defines).
  3519.     John Popplewell <john@johnnypops.demon.co.uk>
  3520.  
  3521.   * Cast surface->pixels more in get/putpixel() calls
  3522.     John Popplewell <john@johnnypops.demon.co.uk>
  3523.  
  3524.   * Created "INSTALL.txt" documentation on compiling and installing
  3525.  
  3526.   * Created "PNG.txt" documentation on creating PNG images
  3527.  
  3528.   * Extensive updates and fleshing-out of README.txt
  3529.  
  3530.  
  3531. 2002.June.17a
  3532.   * Made new title screen.  (Better picture, plus credits.)
  3533.  
  3534.   * Title screen says "Loading" while loading data.
  3535.  
  3536.   * Title screen remains until keypress or mouse click.
  3537.  
  3538.   * Created "install" target in Makefile
  3539.  
  3540.   * Created "AUTHORS.txt"
  3541.  
  3542.   * Included "COPYING.txt" (GNU GPL v.2), as the software is GPL.
  3543.  
  3544.  
  3545. 2002.June.17
  3546.   * Lightened grey around outside of selected (dark) tool/selector buttons.
  3547.  
  3548.   * Selector has a different sound, now.  (No longer same as toolbar buttons)
  3549.  
  3550.   * Made see-through brush more transparent.
  3551.  
  3552.   * Replaced most calls to SDL_Flip() with calls to SDL_UpdateRect().
  3553.  
  3554.   * Thumbnails rendering made high-quality.  (Can be disabled by
  3555.     #define LOW_QUALITY_THUMBNAILS)
  3556.  
  3557.   * Stamp and brush files are sorted alphabetically by filename now.
  3558.  
  3559.   * Color selector buttons look like other interface buttons.
  3560.     (Can be made simple again by #define LOW_QUALITY_COLOR_SELECTOR)
  3561.  
  3562.   * "Tip text" and cartoon tux added for tools, colors and, if available,
  3563.     stamps.  (Store respective ".txt" files in data/images/stamps/)
  3564.  
  3565.  
  3566. 2002.June.16
  3567.   * Initial release.
  3568.     Supports brushes, stamps, lines, eraser, sound effects.
  3569.  
  3570.